From: Michael Adam Date: Wed, 21 Jan 2009 14:09:12 +0000 (+0100) Subject: s3:docs: clean generated .png images in "make clean" X-Git-Tag: samba-3.0.36~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe7ef5e77364aba41ac7e49de200103ef7cf9ec;p=thirdparty%2Fsamba.git s3:docs: clean generated .png images in "make clean" Michael (cherry picked from commit 9b32e839bec8611c30745607a3a6b124d5b34c01) Signed-off-by: Michael Adam (cherry picked from commit c6c1ab779c50c24c362132d4a5f26bee198a8a1a) --- diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 08e3f5ebaa3..dfc7947c5c5 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -58,7 +58,8 @@ clean:: rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR) rm -f $(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) \ $(patsubst %.svg,%.pdf,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \ - $(patsubst %.svg,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) + $(patsubst %.svg,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \ + $(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) rm -f *-attributions.xml *.d *.tpt *.tex *.loc *.toc *.lof *.glo *.idx *.aux rm -f *-images-html* rm -f *-images-latex-* $(LATEX_FIGURES)