summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2013-04-29 15:31:03 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2013-04-29 15:31:03 +0200
commit525ce361fe58d5ebdec2ed80fce625b80a598efa (patch)
tree129e4cf017490b9746d4a301dd4bddd506967837 /doc/Makefile
parentcee8b204aded1d01a854de4efc37b793619ef630 (diff)
downloadpylint-git-525ce361fe58d5ebdec2ed80fce625b80a598efa.tar.gz
[doc] continue refactoring
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c4d128067..8b8b3ec70 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -35,6 +35,7 @@ help:
clean:
-rm -rf $(BUILDDIR)/*
+ -rm -f features.rst
html: features.rst
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@@ -137,8 +138,6 @@ features.rst:
echo "" >> features.rst
echo ".. generated by pylint --full-documentation" >> features.rst
echo "" >> features.rst
- echo ".. contents::" >> features.rst
- echo "" >> features.rst
pylint --full-documentation >> features.rst
gen-examples: