man-page-generation-20051220
authorRuss Allbery <rra@stanford.edu>
Wed, 21 Dec 2005 00:37:16 +0000 (00:37 +0000)
committerRuss Allbery <rra@stanford.edu>
Wed, 21 Dec 2005 00:37:16 +0000 (00:37 +0000)
commit0b21e24d0a96401033d55d3c079c954138b7c50e
tree1ad192afee5219ace95a3f1f820a65b090285331
parent2de17470f0853da5eb8d37322ddb61ed844cd74a
man-page-generation-20051220

Move man page generation out into a separate script that's just invoked
from regen.sh, so that someone can run that separate script later if they
wish.  Make that script more robust against problems such as empty podN
directories.  Diagnose a missing pod2man and warn about old versions of
Pod::Man.

Also, remove the old programs used to do the initial conversion from HTML.
Enough post-conversion editing was done that they're no longer necessary
except for historical curiosity, and for that purpose they can be pulled
out of CVS.
doc/man-pages/generate-file-map [deleted file]
doc/man-pages/generate-man [new file with mode: 0755]
doc/man-pages/generate-pod [deleted file]
regen.sh