summaryrefslogtreecommitdiff
path: root/utils.lst
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-12-22 17:02:01 +0100
committerNicholas Clark <nick@ccl4.org>2011-12-24 10:27:36 +0100
commit1cb2462dfbfd850261a04986dde33d544c98a935 (patch)
tree9d4a2445a0190272947a09dd62bfafff8d04927b /utils.lst
parent65e5b0167e9699a603db53d07657ab54bfacfa34 (diff)
downloadperl-1cb2462dfbfd850261a04986dde33d544c98a935.tar.gz
Avoid installman warning about "no documentation in pod/perldoc.pod"
Since commit a2afbef4476f724a in July 2011 moved perldoc.pod from pod/ to dist/Pod-Perldoc/lib/ installman will have been warning "no documentation in pod/perldoc.pod", having already installed the perldoc man page earlier in the process. However, the reference in utils.lst has actually been arguably erroneous since it was added in commit cd0cddc9814dd65e (July 2003) to stop installman installing an empty perldoc.1 manpage. (Which it had been doing since commit 1a67fee7d910c677 (December 2002), as a side effect of overwriting the correct file (sourced from pod/perldoc.pod) with an incorrect file (sourced from scanning utils/perldoc for Pod). The fix "worked" by causing perldoc.1 to be written correctly twice, both times sourced from pod/perldoc.pod :-) The best fix seems to be to remember the names of the manpages we install in man1, and automatically skip processing for any utility whose manpage has already been installed.
Diffstat (limited to 'utils.lst')
-rw-r--r--utils.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.lst b/utils.lst
index 7dd49859a5..9f39fb9bd5 100644
--- a/utils.lst
+++ b/utils.lst
@@ -15,7 +15,7 @@ utils/instmodsh
utils/json_pp
utils/libnetcfg
utils/perlbug # link = utils/perlthanks
-utils/perldoc # pod = pod/perldoc.pod
+utils/perldoc
utils/perlivp
utils/piconv
utils/pl2pm