aboutsummaryrefslogtreecommitdiff
path: root/util/process_docs.pl
AgeCommit message (Expand)AuthorFilesLines
2018-12-21util/process_docs.pl: handle multiple source directories correctlyRichard Levitte1-93/+102
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte1-2/+2
2018-12-03util/process_docs.pl: handle multiple source directories for .pod filesRichard Levitte1-7/+9
2018-05-29Update copyright yearMatt Caswell1-2/+2
2018-05-20Quiet pod2html warningsRichard Levitte1-1/+1
2018-05-16When producing man-pages, ensure NAME section is one line onlyRichard Levitte1-0/+26
2017-10-18Additional name for all commandsRich Salz1-0/+0
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte1-1/+3
2017-07-28Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte1-1/+1
2017-03-06util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte1-1/+12
2016-11-11Fix typo in util/process_docs.plRichard Levitte1-1/+1
2016-11-10Small fixups of util/process_docs.plRichard Levitte1-2/+2
2016-10-26Move manpages to man[1357] structure.Rich Salz1-11/+8
2016-06-02perl: refactor .pod name section extractor into its own moduleRichard Levitte1-38/+9
2016-05-30perl: use the 'if' module to conditionally load File::GlobRichard Levitte1-3/+1
2016-05-29Configure,test/recipes: "pin" glob to File::Glob::glob.Andy Polyakov1-1/+4
2016-05-27perl glob: make sure to put quotes around the pattern, in case of spacesRichard Levitte1-2/+2
2016-05-23util/process_docs.pl: Add more debugging outputRichard Levitte1-1/+9
2016-05-23Improve the checking of pod sectionsRichard Levitte1-2/+4
2016-05-23process_docs.pl: When starting to read a new head1 section, remove previous textRichard Levitte1-1/+2
2016-05-19Documentation processor in perl, for platforms that don't have shRichard Levitte1-0/+252