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