summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-21 15:09:46 +0100
committerMichael Adam <obnox@samba.org>2009-01-21 15:12:18 +0100
commit5e21fc3506f2ba7b1135b1acad2697dfb86b5df0 (patch)
treea2db9b3bcc256903e7ebbe8a9d5da329f118b0f8 /docs-xml/Makefile
parent9b32e839bec8611c30745607a3a6b124d5b34c01 (diff)
downloadsamba-5e21fc3506f2ba7b1135b1acad2697dfb86b5df0.tar.gz
s3:docs: clean build/catalog.xml in "make clean"
Michael
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index dfc7947c5c5..610d720d943 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -66,6 +66,7 @@ clean::
rm -f xslt/figures/*pdf
rm -f $(SMBDOTCONFDOC)/parameters.*.xml
rm -f $(addsuffix .*,$(MAIN_DOCS))
+ rm -f build/catalog.xml
# Output format targets
pdf:: $(patsubst %,$(PDFDIR)/%.pdf,$(MAIN_DOCS))