diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-21 10:49:10 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-21 10:49:10 +0100 |
commit | 7eb47696deb9a7343fb4847f7342919a6df59e21 (patch) | |
tree | 925ae1eda77fb4c05082b68330966c0e71ac5c12 /win32 | |
parent | da09dfe31dd61a9d5a3c2d9d69e3d674b6c642ac (diff) | |
download | perl-7eb47696deb9a7343fb4847f7342919a6df59e21.tar.gz |
Build perltoc.pod, rather than shipping it. This way it can't get out of date.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 5 | ||||
-rw-r--r-- | win32/makefile.mk | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/win32/Makefile b/win32/Makefile index 18b0c2c58e..4ba35b769b 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1137,6 +1137,7 @@ utils: $(PERLEXE) $(X2P) cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) $(PERLEXE) ..\autodoc.pl .. + $(PERLEXE) ..\pod\buildtoc --build-toc -q # Note that the pod cleanup in this next section is parsed (and regenerated # by pod/buildtoc so please check that script before making changes here @@ -1207,8 +1208,8 @@ distclean: realclean perlmint.pod perlmpeix.pod perlnetware.pod perlopenbsd.pod \ perlos2.pod perlos390.pod perlos400.pod perlplan9.pod \ perlqnx.pod perlriscos.pod perlsolaris.pod perlsymbian.pod \ - perltru64.pod perltw.pod perluts.pod perlvmesa.pod perlvos.pod \ - perlwin32.pod \ + perltoc.pod perltru64.pod perltw.pod perluts.pod perlvmesa.pod \ + perlvos.pod perlwin32.pod \ pod2html pod2latex pod2man pod2text pod2usage \ podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ diff --git a/win32/makefile.mk b/win32/makefile.mk index c8ea636930..a6ab156cd7 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1459,6 +1459,7 @@ utils: $(PERLEXE) $(X2P) cd ..\lib && $(PERLEXE) lib_pm.PL $(PERLEXE) $(PL2BAT) $(UTILS) $(PERLEXE) ..\autodoc.pl .. + $(PERLEXE) ..\pod\buildtoc --build-toc -q # Note that the pod cleanup in this next section is parsed (and regenerated # by pod/buildtoc so please check that script before making changes here @@ -1529,8 +1530,8 @@ distclean: realclean perlmint.pod perlmpeix.pod perlnetware.pod perlopenbsd.pod \ perlos2.pod perlos390.pod perlos400.pod perlplan9.pod \ perlqnx.pod perlriscos.pod perlsolaris.pod perlsymbian.pod \ - perltru64.pod perltw.pod perluts.pod perlvmesa.pod perlvos.pod \ - perlwin32.pod \ + perltoc.pod perltru64.pod perltw.pod perluts.pod perlvmesa.pod \ + perlvos.pod perlwin32.pod \ pod2html pod2latex pod2man pod2text pod2usage \ podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ |