Am 22.12.2013 21:59, schrieb Terry Reedy:
> Did you run "make -C Doc checkout" first? (I do not know what the -C
> does, as I just do "make checkout" and occasionally make update in Doc
> on Windows, which run Doc/make.bat.
-C == change directory
"make -C Doc html" is like "cd Doc; make html; cd
On 12/22/2013 1:53 PM, shankha wrote:
Hi,
I am trying to build Python documents as listed here
http://docs.python.org/devguide/documenting.html#building-the-documentation
make -C Doc html
Error message:
Checked out revision 89010.
mkdir -p build/html build/doctrees
python tools/sphinx-build.py