Review: Needs Information
Diff comments: > diff --git a/Makefile b/Makefile > index fbc57fc..1fb22af 100644 > --- a/Makefile > +++ b/Makefile > @@ -111,6 +117,17 @@ $(UI_BUILD): > $(OFFLINE_DOCS): > $(MAKE) -C src/maas-offline-docs > > +$(swagger-dist): > + mkdir $@ > + > +swagger-js: $(swagger-dist) is this meant to be $(swagger-js) ? > + wget -O $(file) $(url) > +.PHONY: swagger-js > + > +swagger-css: $(swagger-dist) same question here > + wget -O $(file) $(url) > +.PHONY: swagger-css > + > go-bins: > $(MAKE) -j -C src/host-info build > .PHONY: go-bins -- https://code.launchpad.net/~lloydwaltersj/maas/+git/maas/+merge/434713 Your team MAAS Committers is subscribed to branch maas:master. -- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

