[PATCH 1/2] Include *.xml for Documentation clean

Miika Turkia miika.turkia at gmail.com
Sat Dec 13 03:37:08 PST 2014


These files are left behind when creating PDF fails

Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 Documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Makefile b/Documentation/Makefile
index b519a0a..52b1d9c 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)
-- 
1.9.1



More information about the subsurface mailing list