diff options
| author | Tom Yu <tlyu@mit.edu> | 2012-04-11 22:45:56 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2012-04-11 22:45:56 +0000 |
| commit | f5ab1de75c74e8b0510234f55b3620ade6ab1d9d (patch) | |
| tree | cf707596321cb81e22bb2c5ce20c81af815e430a /src/doc/Makefile.in | |
| parent | 578224b2a26b076d40833f9a50edcb5496a19de5 (diff) | |
| download | krb5-f5ab1de75c74e8b0510234f55b3620ade6ab1d9d.tar.gz krb5-f5ab1de75c74e8b0510234f55b3620ade6ab1d9d.tar.xz krb5-f5ab1de75c74e8b0510234f55b3620ade6ab1d9d.zip | |
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
Diffstat (limited to 'src/doc/Makefile.in')
| -rw-r--r-- | src/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
