doc: Make html rule html-local

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-15 12:18:13 +09:00
parent 1fbaae837c
commit a8889971db
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ clean-local:
-rm apiref.rst
-rm -rf $(BUILDDIR)/*
html: apiref.rst
html-local: apiref.rst
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."