svn rev #25804: trunk/src/doc/

tlyu@MIT.EDU tlyu at MIT.EDU
Wed Apr 11 18:45:57 EDT 2012


http://src.mit.edu/fisheye/changelog/krb5/?cs=25804
Commit By: tlyu
Log Message:
Fix documention of unconfigured rsthml build

It's necessary to specify srcdir=. on the command line when building
rsthtml in an unconfigured tree.


Changed Files:
U   trunk/src/doc/Makefile.in
Modified: trunk/src/doc/Makefile.in
===================================================================
--- trunk/src/doc/Makefile.in	2012-04-05 14:07:05 UTC (rev 25803)
+++ trunk/src/doc/Makefile.in	2012-04-11 22:45:56 UTC (rev 25804)
@@ -12,7 +12,7 @@
 # release tarball or the web site (that is, without substitutions for
 # configured paths).  This can be done in an unconfigured source tree
 # with:
-#     make -f Makefile.in top_srcdir=.. PYTHON=python rsthml
+#     make -f Makefile.in srcdir=. top_srcdir=.. PYTHON=python rsthml
 #     make -f Makefile.in clean
 rsthtml: composite
 	rm -rf $(docsrc)/rst_html



More information about the cvs-krb5 mailing list