From bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 9 Jan 2012 20:13:10 +0000 Subject: 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 --- src/man/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/man/README (limited to 'src/man/README') diff --git a/src/man/README b/src/man/README new file mode 100644 index 000000000..4d03efb34 --- /dev/null +++ b/src/man/README @@ -0,0 +1,4 @@ +The manual page files in this directory are generated from +reStructuredText format from doc/rst_source. Edits made here will not +survive a run of "make rstman" from the doc directory, except for the +files that implement "shadow manpages". -- cgit