Install path-substituted man pages
authorGreg Hudson <ghudson@mit.edu>
Fri, 23 Mar 2012 16:27:05 +0000 (16:27 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Mar 2012 16:27:05 +0000 (16:27 +0000)
commitf309175aeb7cee90bc1537ccc871e5b2221dac87
tree2eed62e279a7e039ad1ca5548fd60c8fb563e1fb
parent84ebeb7e08f4486393c890772fbd87e6b956205b
Install path-substituted man pages

Introduce src/doc/Makefile.in, which will eventually subsume
doc/Makefile (but will still pull sources from doc).  In the rstman
target there, create man pages with symbolic path references (like
@SBINDIR@).  In man/Makefile.in, substitute the path references with
the configured paths before installing.

Man pages generated from RST source are now checked into the source
tree under the name filename.man.  This lets us use a single implicit
.man.sub rule for the path substitutions.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25786 dc483132-0cff-0310-8789-dd5450dbe970
48 files changed:
doc/rst_source/conf.py
src/Makefile.in
src/configure.in
src/doc/Makefile.in [new file with mode: 0644]
src/doc/deps [new file with mode: 0644]
src/man/Makefile.in
src/man/k5identity.man [moved from src/man/k5identity.5 with 52% similarity]
src/man/k5login.5 [deleted file]
src/man/k5login.man [new file with mode: 0644]
src/man/k5srvutil.1 [deleted file]
src/man/k5srvutil.man [new file with mode: 0644]
src/man/kadmin.1 [deleted file]
src/man/kadmin.man [new file with mode: 0644]
src/man/kadmind.8 [deleted file]
src/man/kadmind.man [new file with mode: 0644]
src/man/kdb5_ldap_util.8 [deleted file]
src/man/kdb5_ldap_util.man [new file with mode: 0644]
src/man/kdb5_util.8 [deleted file]
src/man/kdb5_util.man [new file with mode: 0644]
src/man/kdc.conf.5 [deleted file]
src/man/kdc.conf.man [new file with mode: 0644]
src/man/kdestroy.1 [deleted file]
src/man/kdestroy.man [new file with mode: 0644]
src/man/kinit.1 [deleted file]
src/man/kinit.man [new file with mode: 0644]
src/man/klist.1 [deleted file]
src/man/klist.man [new file with mode: 0644]
src/man/kpasswd.1 [deleted file]
src/man/kpasswd.man [new file with mode: 0644]
src/man/kprop.man [moved from src/man/kprop.8 with 67% similarity]
src/man/kpropd.8 [deleted file]
src/man/kpropd.man [new file with mode: 0644]
src/man/kproplog.8 [deleted file]
src/man/kproplog.man [new file with mode: 0644]
src/man/krb5-send-pr.man [new file with mode: 0644]
src/man/krb5.conf.5 [deleted file]
src/man/krb5.conf.man [new file with mode: 0644]
src/man/krb5kdc.8 [deleted file]
src/man/krb5kdc.man [new file with mode: 0644]
src/man/ksu.1 [deleted file]
src/man/ksu.man [new file with mode: 0644]
src/man/kswitch.1 [deleted file]
src/man/kswitch.man [new file with mode: 0644]
src/man/ktutil.man [moved from src/man/ktutil.1 with 59% similarity]
src/man/kvno.1 [deleted file]
src/man/kvno.man [new file with mode: 0644]
src/man/sclient.man [new file with mode: 0644]
src/man/sserver.man [new file with mode: 0644]