summaryrefslogtreecommitdiff
path: root/installman
Commit message (Expand)AuthorAgeFilesLines
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-021-1/+1
* fix spellingKaren Etheridge2017-11-191-1/+1
* Do not (attempt to) install man pages when explicitly disabledH.Merijn Brand2017-11-131-20/+28
* Replace multiple 'use vars' by 'our' in utilsNicolas R2017-11-111-1/+1
* Reduce verbosity of "make install.man"Aaron Crane2016-11-121-0/+3
* installman: don't warn about missing podDavid Mitchell2016-03-011-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
* Remove some remnants of x2p, which was removed by commit e5a8a0fbd7Steve Hay2015-02-181-1/+1
* In install_lib.pl, no need to Config->import for the relocatableinc setup.Nicholas Clark2013-07-231-0/+3
* Move the wrapper for File::Path::mkpath() to install_lib.plNicholas Clark2013-07-231-2/+1
* Move {safe_,}rename() from install{man,perl} into install_lib.plNicholas Clark2013-07-231-15/+1
* Add a no-op option --strip to installman.Nicholas Clark2013-07-131-1/+4
* Refactor installman's option handling to use Getopt::Long's "multiple names".Nicholas Clark2013-07-131-4/+2
* Fix installman ignoring --silentDagfinn Ilmari Mannsåker2013-01-271-2/+2
* Some tidying in installman.Nicholas Clark2011-12-241-21/+19
* Add x2p/a2p.pod to the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-241-3/+1
* Avoid installman warning about "no documentation in pod/perldoc.pod"Nicholas Clark2011-12-241-6/+4
* Move the common Pod scanning code from installman and buildtoc to pod_lib.plNicholas Clark2011-12-241-26/+3
* Refactor installman's use of File::Find::find() to converge with buildtoc's.Nicholas Clark2011-12-241-12/+10
* In installman, move the call to File::Find::find() to the top level.Nicholas Clark2011-12-211-43/+36
* Re-order entries in the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-211-1/+1
* Rationalise use of the Pod metadata structure returned by get_pod_metadata().Nicholas Clark2011-12-211-1/+1
* installman should use the data in pod.lst to track dual-life pods in lib/Nicholas Clark2011-12-191-4/+9
* Various installman cleanups.Nicholas Clark2011-12-191-20/+11
* In installman, pod2man() now takes a hashref instead of a list of scripts.Nicholas Clark2011-12-191-26/+28
* In pod2man() in installman, transpose the keys and values of %modpods.Nicholas Clark2011-12-191-4/+4
* Stop installing the manpage for XS::Typemap.Nicholas Clark2011-12-191-0/+1
* installman only needs match =head1 to identify files with Pod.Nicholas Clark2011-12-191-1/+8
* Install perlfaq and perlglossary manpages in section 1 of the manualRafael Garcia-Suarez2011-12-011-0/+3
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-1/+0
* Stop installing manpages for XS::APItest*Florian Ragwitz2010-08-211-7/+13
* A couple more installman tidy ups.Nicholas Clark2008-05-191-10/+4
* Merge common code from installperl and installman into install_lib.plNicholas Clark2008-05-191-108/+7
* Converge some changes from installperl into installman. I have aNicholas Clark2008-05-191-1/+15
* Make installman work with -Duserelocatableinc and DESTDIRRafael Garcia-Suarez2007-11-021-0/+26
* Remove old Pod::Man parser creation.Rafael Garcia-Suarez2006-01-051-5/+1
* Change installman to instantiate a new Pod::Man instance for eachSteve Peters2006-01-051-0/+4
* [perl #29937] Entries missing from .packlist jdhedden@1979.usna.com2004-05-311-0/+5
* Debian patch that skips podless modulesAlexey Tourbin2003-08-041-0/+19
* Make consistent with installperl (and working in MPE/iX)Jarkko Hietaniemi2003-07-311-1/+1
* The --destdir option to installman should be madeJarkko Hietaniemi2003-07-291-1/+1
* DESTDIR in perl-5.8.1 package?Michael Schroeder2003-07-291-7/+9
* Don't install test pods.Jarkko Hietaniemi2002-07-071-0/+1
* Re: [ID 20011127.153] installman errorNicholas Clark2001-11-291-1/+1
* Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INCNicholas Clark2001-11-271-1/+1
* Skip the link= directives of utils.lst if no mandirJarkko Hietaniemi2001-11-251-5/+8
* Re: [ID 20011118.128] installman chdir stuffs INCNicholas Clark2001-11-241-31/+22
* "link =" from utils.lst was being processed oddly.Jarkko Hietaniemi2001-11-151-3/+6
* Using Pod::Man instead of pod2manMichael G. Schwern2001-10-201-54/+26