aboutsummaryrefslogtreecommitdiff
path: root/src/man/kpropd.man
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03Updates for krb5-1.13.3krb5-1.13.3-finalTom Yu1-1/+1
2015-05-08Updates for krb5-1.13.2krb5-1.13.2-finalTom Yu1-1/+1
2015-02-11Updates for krb5-1.13.1krb5-1.13.1-finalTom Yu1-1/+1
2015-02-10Update manpagesTom Yu1-1/+1
2014-08-21Updates for krb5-1.13-alpha1krb5-1.13-alpha1Tom Yu1-10/+15
2013-12-10Update man pagesTom Yu1-16/+13
2013-04-03Regen man pages to pick up krb5-configBen Kaduk1-1/+1
Also some other small changes and the copyright date range.
2012-12-11Update manpage version on masterBen Kaduk1-1/+1
Now that version.py is in place to update Sphinx's idea of the version number in accordance reality, update the version in the man pages that we check in; the master branch is currently a 1.12 prerelease.
2012-10-16Regenerate man pagesBen Kaduk1-22/+16
Catch up to the RST content updates. Lots of .sp vertical space macros are removed, and the output engine spelles "restructuredText" correctly, now.
2012-03-28Use reference substitutions for paths in docsGreg Hudson1-2/+2
For the default doc build (used for the web site and release tarball), substitute path variables with links to the paths table in mitK5defaults.rst, using symbolic names for the link text. The substitution of kdcdir for man pages is slightly altered as a side-effect of this commit. Regenerate the man pages to match. The rendered man pages are unchanged. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25794 dc483132-0cff-0310-8789-dd5450dbe970
2012-03-23Install path-substituted man pagesGreg Hudson1-0/+158
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