← Back to team overview

sts-sponsors team mailing list archive

Re: [Merge] ~lloydwaltersj/maas:fix-offline-oapi-docs into maas:master

 

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.



References