diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-11-27 23:02:54 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-11-28 12:44:04 +0100 |
commit | 60f0ee9d24765f343ab818204b006e2c6ddeba05 (patch) | |
tree | 01431197c3bb03117266e26e7bdc4a5090ac7dc3 /win32/makefile.mk | |
parent | e08f19f5d0717ead6e0fc25b4a866d9192e3deb1 (diff) | |
download | perl-60f0ee9d24765f343ab818204b006e2c6ddeba05.tar.gz |
pod/buildtoc now generates pod/roffitall
roffitall remains a shell script, identical apart from a dynamically
generated list of man pages (and removal of the comment from 2000 that
this should be done).
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 2f6550991b..fc89ad2de0 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1351,7 +1351,7 @@ distclean: realclean -if exist $(LIBDIR)\Unicode\Collate rmdir /s /q $(LIBDIR)\Unicode\Collate -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API - -cd $(PODDIR) && del /f *.html *.bat \ + -cd $(PODDIR) && del /f *.html *.bat roffitall \ perl5156delta.pod perlaix.pod perlamiga.pod perlapi.pod \ perlbeos.pod perlbs2000.pod perlce.pod perlcn.pod \ perlcygwin.pod perldgux.pod perldos.pod perlepoc.pod \ |