From a8889971dbd0650a9e3d2ae57d8f6bcf26af7c76 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 15 Feb 2015 12:18:13 +0900 Subject: [PATCH] doc: Make html rule html-local --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 038ed749..4f7c743e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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."