diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2017-11-13 09:03:40 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2017-11-13 09:03:43 +0100 |
commit | a36b9036e25c58d568c35f764ff2830a9fc4b2f8 (patch) | |
tree | 8eca3a44d2a7718301f20604638009c2fa15d692 /INSTALL | |
parent | d09f14bff00cc465825c16e4e810687132f34070 (diff) | |
download | perl-a36b9036e25c58d568c35f764ff2830a9fc4b2f8.tar.gz |
Do not (attempt to) install man pages when explicitly disabled
Configure … -Dman1dir=none -Dman3dir=none …
→
installman1dir=''
installman3dir=''
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -790,6 +790,10 @@ want to use a .3pm suffix for perl man pages, you can do that with sh Configure -Dman3ext=3pm +You can disable installation of man pages completely using + + sh Configure -Dman1dir=none -Dman3dir=none + =item HTML pages Currently, the standard perl installation does not do anything with |