diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-10 14:36:26 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-17 11:16:35 +0100 |
commit | 6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338 (patch) | |
tree | a4b483b5bd185cdf630c82af997cf3f9a0339fb4 /win32 | |
parent | 66056247dd2c721175d33eaf15386969664425ea (diff) | |
download | perl-6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338.tar.gz |
Purge references to --netscape and --libpods, no longer in Pod::Html
The long deprecated --netscape flag was removed in commit 27b29ec338b08496.
This was originally added to control use of Netscape specific HTML
extensions, , but became a no-op when that functionality was removed.
--libpods was removed in commit 3b49d8d9ac841d8e.
However neither commit removed use of these flags by callers to Pod::Html,
notably in installhtml and the Makefiles that invoke it. Hence this commit.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/pod.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index 12da085732..23a7d5effd 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -1,7 +1,5 @@ HTMLROOT = / # Change this to fix cross-references in HTML -POD2HTML_ARGS = --htmlroot=$(HTMLROOT) \ - --podroot=.. --podpath=pod:lib:ext:vms \ - --libpods=perlfunc:perlguts:perlvar:perlrun:perlop +POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms POD2HTML = ../ext/Pod-Html/pod2html POD2MAN = ../cpan/podlators/pod2man POD2TEXT = ../cpan/podlators/pod2text |