From: David Cramer Date: Mon, 7 May 2012 00:46:59 +0000 (+0000) Subject: Webhelp: Delete tempfile after DocBook xsl build X-Git-Tag: release/1.79.1~6^2~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ec377b0d2eae888b56a1cf6abb18e70c5514102;p=docbook-dsssl Webhelp: Delete tempfile after DocBook xsl build --- diff --git a/xsl/webhelp/Makefile b/xsl/webhelp/Makefile index 1f9645227..f2d449247 100644 --- a/xsl/webhelp/Makefile +++ b/xsl/webhelp/Makefile @@ -13,6 +13,7 @@ else $(XSLT) $< ../profiling/profile.xsl webhelp-temp.xml endif $(XSLT) webhelp-temp.xml xsl/webhelp.xsl + rm webhelp-temp.xml $(ANT) index clean: $(RM) -r docs/*