##// 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 50 @echo
51 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 56 python autogen_api.py
55 57 @echo "Build API docs finished."
56 58
@@ -71,7 +73,7 b' htmlhelp:'
71 73 @echo "Build finished; now you can run HTML Help Workshop with the" \
72 74 ".hhp project file in build/htmlhelp."
73 75
74 latex:
76 latex: api
75 77 mkdir -p build/latex build/doctrees
76 78 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
77 79 @echo
General Comments 0
You need to be logged in to leave comments. Login now