From 6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 10 Jan 2012 14:36:26 +0100 Subject: 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. --- Makefile.SH | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index a9ed850a74..f4643a2b96 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1114,7 +1114,6 @@ install.html: all installhtml --htmlroot=$(privlib)/html \ --splithead=pod/perlipc \ --splititem=pod/perlfunc \ - --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \ --ignore=Porting/Maintainers.pm,Porting/pumpkin.pod,Porting/repository.pod \ --verbose -- cgit v1.2.1