##// END OF EJS Templates
Fix Makefile so pdf docs build out of the box.
Fernando Perez -
Show More
@@ -50,7 +50,9 b' html: api'
50 @echo
50 @echo
51 @echo "Build finished. The HTML pages are in build/html."
51 @echo "Build finished. The HTML pages are in build/html."
52
52
53 api:
53 api: source/api/generated/gen.txt
54
55 source/api/generated/gen.txt:
54 python autogen_api.py
56 python autogen_api.py
55 @echo "Build API docs finished."
57 @echo "Build API docs finished."
56
58
@@ -71,7 +73,7 b' htmlhelp:'
71 @echo "Build finished; now you can run HTML Help Workshop with the" \
73 @echo "Build finished; now you can run HTML Help Workshop with the" \
72 ".hhp project file in build/htmlhelp."
74 ".hhp project file in build/htmlhelp."
73
75
74 latex:
76 latex: api
75 mkdir -p build/latex build/doctrees
77 mkdir -p build/latex build/doctrees
76 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
78 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
77 @echo
79 @echo
General Comments 0
You need to be logged in to leave comments. Login now