From 0163f7ee8be167e353bee725dc3595f8d4c0d58f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 2 May 2009 00:39:49 +0200 Subject: Remove unused entries from clean. --- docs-xml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml/Makefile') diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 74b1448890..c4d9cbce91 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -56,9 +56,8 @@ clean:: rm -f $(patsubst %.svg,%.png,$(wildcard */images/*.svg)) \ $(patsubst %.svg,%.eps,$(wildcard */images/*.svg)) \ $(patsubst %.png,%.eps,$(wildcard */images/*.png)) - rm -f *-attributions.xml *.tpt *.tex *.loc *.toc *.lof *.glo *.idx *.aux + rm -f *-attributions.xml rm -f $(SMBDOTCONFDOC)/parameters.*.xml - rm -f $(addsuffix .*,$(MAIN_DOCS)) rm -f build/catalog.xml # Output format targets @@ -248,6 +247,7 @@ distclean clobber:: clean realdistclean:: distclean rm -f configure rm -rf autom4te.cache + rm -rf output # Always keep intermediate files if we can .SECONDARY: -- cgit