From f5ab1de75c74e8b0510234f55b3620ade6ab1d9d Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 11 Apr 2012 22:45:56 +0000 Subject: [PATCH] Fix documention of unconfigured rsthml build It's necessary to specify srcdir=. on the command line when building rsthtml in an unconfigured tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25804 dc483132-0cff-0310-8789-dd5450dbe970 --- src/doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in index 95ece80e2..fecff29f9 100644 --- a/src/doc/Makefile.in +++ b/src/doc/Makefile.in @@ -12,7 +12,7 @@ sysconfdir=@sysconfdir@ # 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 -- 2.26.2