From 2e0b389f84baf224d259247feced6f3b9741e3b0 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 28 Mar 2012 02:03:45 +0000 Subject: 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 --- doc/rst_source/relay/build_this.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/rst_source/relay') 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. -- cgit