The html directory always exists since it is checked into Subversion so there

is no need to create it.
This commit is contained in:
Anthony Tuininga 2008-05-22 15:02:40 +00:00
parent 4ce7d7955e
commit e03f1003f3

View File

@ -26,7 +26,7 @@ clean:
-rm -rf .build/* -rm -rf .build/*
html: html:
mkdir -p ../html .build/doctrees mkdir -p .build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../html $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../html
@echo @echo
@echo "Build finished. The HTML pages are in ../html." @echo "Build finished. The HTML pages are in ../html."