man-page-installation-20051221
authorRuss Allbery <rra@stanford.edu>
Thu, 22 Dec 2005 07:29:52 +0000 (07:29 +0000)
committerRuss Allbery <rra@stanford.edu>
Thu, 22 Dec 2005 07:29:52 +0000 (07:29 +0000)
commit5fde2994348d1c7f6239f98aac355011125b06ad
treeea949936491692d094fd809861c22a9ab818ec0b
parentf874f6691b3237158a223b891650d800ee8abdd3
man-page-installation-20051221

On installation, substitute the configured paths into the man pages,
replacing the Transarc paths.  Also fix a problem with the way that
pinstall was being used to install man pages.  (Silly me, I was assuming
it had the same behavior as install.)

This is just a quick first pass.  Longer term, it's probably better to
replace all paths in the man pages with unambiguous tokens and then
replace those tokens instead of assuming that the man pages use Transarc
paths and replacing those paths specifically.  The current method has a
few minor problems, such as not being able to distinguish between the
various paths that make up /usr/afs/bin.  Still, the results of this method
are good enough to start with.
Makefile.in
configure.in
doc/man-pages/.cvsignore
doc/man-pages/Makefile.in
doc/man-pages/install-man.in [new file with mode: 0644]