From 79187f6c3f49cd1597369b0994405921408d2a81 2010-04-14 08:24:34 From: Fernando Perez Date: 2010-04-14 08:24:34 Subject: [PATCH] Fix Makefile so pdf docs build out of the box. --- diff --git a/docs/Makefile b/docs/Makefile index 9d34c01..f0d67de 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -50,7 +50,9 @@ html: api @echo @echo "Build finished. The HTML pages are in build/html." -api: +api: source/api/generated/gen.txt + +source/api/generated/gen.txt: python autogen_api.py @echo "Build API docs finished." @@ -71,7 +73,7 @@ htmlhelp: @echo "Build finished; now you can run HTML Help Workshop with the" \ ".hhp project file in build/htmlhelp." -latex: +latex: api mkdir -p build/latex build/doctrees $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex @echo