From ed12c11d8c88c029d05e86433655e8e626536a3b Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Wed, 25 Sep 2013 08:54:02 +0200 Subject: [doc] fix makefile to ensure features.rst is systemactically regenerated --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 8b8b3ec..98076a6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -37,7 +37,7 @@ clean: -rm -rf $(BUILDDIR)/* -rm -f features.rst -html: features.rst +html: features $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @@ -131,7 +131,7 @@ doctest: "results in $(BUILDDIR)/doctest/output.txt." -features.rst: +features: rm -f features.rst echo "Pylint features" > features.rst echo "===============" >> features.rst -- cgit v1.2.1