summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-02-07 17:58:50 +0100
committerNicholas Clark <nick@ccl4.org>2012-02-08 17:59:32 +0100
commitd689ebe137860cee4dddd9228a2da1883a8189d4 (patch)
tree70fdc08bd1aa22e9a87b6e45654238bc9c274025 /win32
parent5356b890f5d45a262b5463bd396cad73f175e1b6 (diff)
downloadperl-d689ebe137860cee4dddd9228a2da1883a8189d4.tar.gz
Clean up Pod::Html's cache as part of distclean on *nix.
This has been done on win32 since commit b4a415570dc258dd in 2006. However, the new Pod::Html caching code only uses one file, pod2htmd.tmp, so remove now redundant cleanup code for pod2htmi.tmp.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile1
-rw-r--r--win32/makefile.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 326376b4cf..3efc70e494 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1197,7 +1197,6 @@ distclean: realclean
-if exist $(AUTODIR) rmdir /s /q $(AUTODIR)
-if exist $(COREDIR) rmdir /s /q $(COREDIR)
-if exist pod2htmd.tmp del pod2htmd.tmp
- -if exist pod2htmi.tmp del pod2htmi.tmp
-if exist $(HTMLDIR) rmdir /s /q $(HTMLDIR)
-del /f ..\t\test_state
diff --git a/win32/makefile.mk b/win32/makefile.mk
index ced3d0f97c..939ac4b403 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1382,7 +1382,6 @@ distclean: realclean
-if exist $(AUTODIR) rmdir /s /q $(AUTODIR)
-if exist $(COREDIR) rmdir /s /q $(COREDIR)
-if exist pod2htmd.tmp del pod2htmd.tmp
- -if exist pod2htmi.tmp del pod2htmi.tmp
-if exist $(HTMLDIR) rmdir /s /q $(HTMLDIR)
-del /f ..\t\test_state