From 9ec377b0d2eae888b56a1cf6abb18e70c5514102 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 7 May 2012 00:46:59 +0000 Subject: [PATCH] Webhelp: Delete tempfile after DocBook xsl build --- xsl/webhelp/Makefile | 1 + 1 file changed, 1 insertion(+) 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/* -- 2.40.0