summaryrefslogtreecommitdiffstats
path: root/src/clients/kdestroy
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-01-09 20:13:10 +0000
committerTom Yu <tlyu@mit.edu>2012-01-09 20:13:10 +0000
commitbde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4 (patch)
treee011cae7ec6c47f92ba0473aedf686b6e77b9edc /src/clients/kdestroy
parent8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747 (diff)
downloadkrb5-bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4.tar.gz
krb5-bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4.tar.xz
krb5-bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4.zip
install sphinx-generated manpages
Install sphinx-generated manpages. Original nroff manpages remain for reference until proofreading is complete. Modify doc/rst_source/conf.py to better deal with shadow manpages -- sphinx will now build k5login.5 instead of .k5login.5, and kadmin.1 instead of both kadmin.1 and kadmin.local.8. Proofreaders should ensure that the original nroff manpages (and associated Makefile rules) are deleted once their reST format equivalents have been proofread. ticket: 7064 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25625 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kdestroy')
-rw-r--r--src/clients/kdestroy/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/clients/kdestroy/Makefile.in b/src/clients/kdestroy/Makefile.in
index 2c2f8660d8..31372da04e 100644
--- a/src/clients/kdestroy/Makefile.in
+++ b/src/clients/kdestroy/Makefile.in
@@ -36,6 +36,10 @@ install-unix::
for f in kdestroy; do \
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
+ done
+
+install-oldman::
+ for f in kdestroy; do \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done