summaryrefslogtreecommitdiff
path: root/pod/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-01-10 14:36:26 +0100
committerNicholas Clark <nick@ccl4.org>2012-01-17 11:16:35 +0100
commit6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338 (patch)
treea4b483b5bd185cdf630c82af997cf3f9a0339fb4 /pod/Makefile.SH
parent66056247dd2c721175d33eaf15386969664425ea (diff)
downloadperl-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 'pod/Makefile.SH')
-rw-r--r--pod/Makefile.SH4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH
index 5cc9b83902..331e15c9f8 100644
--- a/pod/Makefile.SH
+++ b/pod/Makefile.SH
@@ -55,9 +55,7 @@ LDLIBPTH = $ldlibpth
$spitshell >>Makefile <<'!NO!SUBS!'
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
POD2LATEX = ../cpan/Pod-LaTeX/pod2latex