summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-21 15:09:46 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-22 09:50:52 +0100
commit73b8c4f330de5cd839c17e20194fa73bac77c8e7 (patch)
tree8558415f0984b933db691c2f3df92838f521a76e /docs-xml
parent22661691f8b3954bc00ccbfffc536fdf6add9825 (diff)
downloadsamba-73b8c4f330de5cd839c17e20194fa73bac77c8e7.tar.gz
s3:docs: clean build/catalog.xml in "make clean"
Michael (cherry picked from commit 5e21fc3506f2ba7b1135b1acad2697dfb86b5df0) Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit a33ec84ef7c64bf94526383340fb446e86d919e0)
Diffstat (limited to 'docs-xml')
-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))