##// END OF EJS Templates
Added a lightweight "core" Makefile entry...
Dav Clark -
Show More
@@ -52,7 +52,9 b' dist: html'
52 52 cp -al build/html .
53 53 @echo "Build finished. Final docs are in html/"
54 54
55 html: api
55 html: core api
56
57 core:
56 58 mkdir -p build/html build/doctrees
57 59 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html
58 60 @echo
General Comments 0
You need to be logged in to leave comments. Login now