aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/Makefile
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-17 17:36:52 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-17 17:36:52 -0500
commit4be2ca3ed8be8e48795f351bb47ad51c9ca1a555 (patch)
tree47e1b9fde46560b34dd7227fb544f5a52f5c0598 /doc/build/Makefile
parent75c7c9a8d683b923762a8dd9bb4a5281106cff07 (diff)
downloadexternal_python_mako-4be2ca3ed8be8e48795f351bb47ad51c9ca1a555.tar.gz
external_python_mako-4be2ca3ed8be8e48795f351bb47ad51c9ca1a555.tar.bz2
external_python_mako-4be2ca3ed8be8e48795f351bb47ad51c9ca1a555.zip
cleanup, remove "site" builder, fix the titlebar
Diffstat (limited to 'doc/build/Makefile')
-rw-r--r--doc/build/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/build/Makefile b/doc/build/Makefile
index 67d8484..1ca5b74 100644
--- a/doc/build/Makefile
+++ b/doc/build/Makefile
@@ -18,7 +18,6 @@ help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
@echo " dist-html same as html, but places files in /doc"
- @echo " site-mako build Mako files for usage on the Mako site"
@echo " dirhtml to make HTML files named index.html in directories"
@echo " singlehtml to make a single large HTML file"
@echo " pickle to make pickle files"
@@ -48,11 +47,6 @@ dist-html:
@echo
@echo "Build finished. The HTML pages are in ../."
-site-mako:
- $(SPHINXBUILD) -b html -A mako_layout=site $(ALLSPHINXOPTS) $(BUILDDIR)/site
- @echo
- @echo "Build finished. The Mako pages are in $(BUILDDIR)/site."
-
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo