doc/Makefile - generate the gallery .rst files

This calls doc/gallery.py when building html documentation.  At
present, the generated gallery is html only.   It is unclear if the
inclusion of lots of source code would be desired in a printed form.
This commit is contained in:
Charles Merriam 2015-02-11 20:07:23 -08:00
parent 9741529d3f
commit 521e152ab5
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ ifeq ("$(wildcard $(AUTOBUILD_STAMP))","")
$(PYTHON) autobuild.py silenced=$(ENDUSER_BUILD)
touch $(AUTOBUILD_STAMP)
endif
$(PYTHON) gallery.py
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS$(_TESTS)) build/html
@echo
@echo "Build finished. The HTML pages are in build/html."