summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-09-25 08:54:02 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-09-25 08:54:02 +0200
commited12c11d8c88c029d05e86433655e8e626536a3b (patch)
tree5990fb44d8ac3e59d6618a547dc6d1596259c24a
parent958850781e5a9ec899f8627d4e4329c45ce9e938 (diff)
downloadpylint-ed12c11d8c88c029d05e86433655e8e626536a3b.tar.gz
[doc] fix makefile to ensure features.rst is systemactically regenerated
-rw-r--r--doc/Makefile4
1 files 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