diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-24 16:48:09 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-31 12:38:01 +0100 |
commit | 9b1d99d7afdef68240d28a283347016418d44e2c (patch) | |
tree | cb053c76ace2c4aa8b308cc66fc9816333f5c2fc /win32 | |
parent | 864293481e6a8b89c75591ba20288fda87808030 (diff) | |
download | perl-9b1d99d7afdef68240d28a283347016418d44e2c.tar.gz |
Purge references to --libpod, an abbreviation for --libpods
--libpods was removed from Pod::HTML in commit 3b49d8d9ac841d8e, and
references to it removed in commit 6c6fc3be9a6e74e4. However, that commit
missed the fact that 2 callers were not using the full name for the option,
which works because Getopt::Long defaults to accepting unambiguous
abbreviations.
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 |