From 8e2a128beb3521d3d59d936716d7fb8943bfe478 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 7 Feb 2003 16:11:20 +0000 Subject: [PATCH] rm tmp.html --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index 8c9a2b9..5056930 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,4 @@ all: xsltproc guide.xsl swfc.xml > tmp.html perl codebeautifier.pl < tmp.html > swfc.html + rm tmp.html -- 1.7.10.4