summaryrefslogtreecommitdiffstats
path: root/doc/rst_source/relay
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-03-28 02:03:45 +0000
committerGreg Hudson <ghudson@mit.edu>2012-03-28 02:03:45 +0000
commit2e0b389f84baf224d259247feced6f3b9741e3b0 (patch)
treea97e4668f251538eb1c490f51916731fd1b2a356 /doc/rst_source/relay
parent34535574e95c1003ea63540fbf8c2c62fe155e02 (diff)
downloadkrb5-2e0b389f84baf224d259247feced6f3b9741e3b0.tar.gz
krb5-2e0b389f84baf224d259247feced6f3b9741e3b0.tar.xz
krb5-2e0b389f84baf224d259247feced6f3b9741e3b0.zip
Move rstman build target to man directory
rstman makes more sense in man than in doc, so move it there. Remove the rstman target from the top-level doc Makefile to avoid confusion. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25792 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_source/relay')
-rw-r--r--doc/rst_source/relay/build_this.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/rst_source/relay/build_this.rst b/doc/rst_source/relay/build_this.rst
index 233ec75c88..4eda5d0506 100644
--- a/doc/rst_source/relay/build_this.rst
+++ b/doc/rst_source/relay/build_this.rst
@@ -31,7 +31,12 @@ Updating man pages
Man pages generated from the RST sources, are checked into the src/man
directory. To regenerate these files, run ``make rstman`` from the
-doc subdir of a configured build tree.
+man subdirectory of a configured build tree. You can also do this
+from an unconfigured source tree with::
+
+ cd src/man
+ make -f Makefile.in top_srcdir=.. srcdir=. rstman
+ make clean
As with the simple build, it is normal to see warnings about missing
files when rebuilding the man pages.