From b3662cc63f03186f29c7218e6025cc9957315d3a 2013-09-15 02:46:35 From: Dav Clark Date: 2013-09-15 02:46:35 Subject: [PATCH] Renamed htmlcore target, reordered api & htmlcore --- diff --git a/docs/Makefile b/docs/Makefile index 8267fd8..b624916 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -52,9 +52,9 @@ dist: html cp -al build/html . @echo "Build finished. Final docs are in html/" -html: core api +html: api htmlcore -core: +htmlcore: mkdir -p build/html build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html @echo