diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index e469396822..326376b4cf 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1029,7 +1029,7 @@ Extensions_realclean: doc: $(PERLEXE) ..\pod\perltoc.pod $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=$(HTMLDIR) \ --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML::=|)" \ - --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse + --recurse # Note that this next section is parsed (and regenerated) by pod/buildtoc # so please check that script before making structural changes here diff --git a/win32/makefile.mk b/win32/makefile.mk index 95c42a69fe..ced3d0f97c 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1218,7 +1218,7 @@ Extensions_realclean : doc: $(PERLEXE) ..\pod\perltoc.pod $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=$(HTMLDIR) \ --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML:s,:,|,)"\ - --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse + --recurse # Note that this next section is parsed (and regenerated) by pod/buildtoc # so please check that script before making structural changes here |