From: Tom Yu Date: Wed, 11 Apr 2012 22:45:56 +0000 (+0000) Subject: Fix documention of unconfigured rsthml build X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5ab1de75c74e8b0510234f55b3620ade6ab1d9d;p=krb5.git 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 --- 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