diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 5 |
1 files changed, 3 insertions, 2 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 \ |