aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile
index fb81cca4..c1cc5415 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -41,7 +41,7 @@ help:
clean:
-rm -rf $(BUILDDIR) api
-generated: api news
+generated: api
api:
@echo "autogenerating api rsts..."
@@ -51,10 +51,6 @@ api:
do echo $${fn} api/$${fn}.rst; \
done | $(PYTHON) -m snakeoil.sphinx_utils.generate_api_rsts
-news:
- @echo "autogenerating news.rst..."
- $(PYTHON) -m snakeoil.sphinx_utils.generate_news_rst snakeoil ../NEWS news.rst 'git_release' 'git_tag'
-
html: generated
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo