summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-21 15:09:46 +0100
committerKarolin Seeger <kseeger@samba.org>2009-07-30 09:22:10 +0200
commit80cbbb5bd696f54b3af6e61b233ec0ebaaae63c4 (patch)
tree9e9b9963331337a52c6ad1ff37af17602d6b81ac
parentfbe7ef5e77364aba41ac7e49de200103ef7cf9ec (diff)
downloadsamba-80cbbb5bd696f54b3af6e61b233ec0ebaaae63c4.tar.gz
samba-80cbbb5bd696f54b3af6e61b233ec0ebaaae63c4.tar.xz
samba-80cbbb5bd696f54b3af6e61b233ec0ebaaae63c4.zip
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 12116d757e2d9e3472dcccecc83ba77e09767d52)
-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))