summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-28 10:27:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-28 10:27:30 +0000
commit32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc (patch)
tree7820e4cf6eefa6f7ae2d0ca8d5ec6a7808af88a3 /Makefile
parent864b3ba1d6249a1afd17aa1f482fcd07dd3c2f4e (diff)
downloadperl-MDK-Common-32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc.tar
perl-MDK-Common-32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc.tar.gz
perl-MDK-Common-32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc.tar.bz2
perl-MDK-Common-32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc.tar.xz
perl-MDK-Common-32d5cfa0aab17cc73ad077618fb24e24f5a0f5bc.zip
Clean up pod2html temp files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 $< > $@