summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-12-13 13:37:08 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-13 08:49:33 -0800
commitcb77d8fca640780f7dcc1ed090c8a1ef33594f02 (patch)
tree1cbfbe331919fb95094c0b1b4ec6e7e0bae8fd34 /Documentation/Makefile
parent5a3b010586e99711a2363cc1665ea4bfc3851e58 (diff)
downloadsubsurface-cb77d8fca640780f7dcc1ed090c8a1ef33594f02.tar.gz
Include *.xml for Documentation clean
These files are left behind when creating PDF fails Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index b519a0aa3..52b1d9cd6 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -42,4 +42,4 @@ show: $(HTMLDOC)
$(BROWSER) $<
clean:
- rm -f *~ docbook-xsl.css $(HTMLDOCS) $(TEXTDOCS) $(PDFDOCS)
+ rm -f *~ *.xml docbook-xsl.css $(HTMLDOCS) $(TEXTDOCS) $(PDFDOCS)