From 32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 28 Apr 2004 10:27:30 +0000 Subject: Clean up pod2html temp files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 067b31c..d67250e 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ all: $(GENERATED) test index.html: MDK/Common.pm pod2html $< > $@ + rm -f pod2htm*.tmp MDK/Common.pm: %: %.pl perl $< > $@ -- cgit v1.2.1