[PATCH 4/6] Don't remove api docs every time you make a doc target.

Anne Mulhern amulhern at redhat.com
Thu Jul 24 14:13:49 UTC 2014





----- Original Message -----
> From: "David Lehman" <dlehman at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Wednesday, July 23, 2014 3:24:01 PM
> Subject: [PATCH 4/6] Don't remove api docs every time you make a doc target.
> 
> ---
>  doc/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/doc/Makefile b/doc/Makefile
> index 2fc38ee..d3aad66 100644
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -45,7 +45,6 @@ clean:
>  	-rm -rf $(BUILDDIR)/*
>  
>  apidoc:
> -	-rm $(addprefix ./, $(MODULE_NAMES))
>  	$(SPHINXAPIDOC) -o . $(SOURCEDIR)
>  
>  html: apidoc
> --
> 1.9.3
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

Need to get rid of variable MODULE_NAMES as well.

- mulhern


More information about the anaconda-patches mailing list