summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-07-28 14:08:38 -0400
committerChris McDonough <chrism@plope.com>2013-07-28 14:08:38 -0400
commite3a2eff1cd4f43731be02a93e321c580a74a0557 (patch)
treef0c41c1c851c5b07a6ac9acfe8d3d4ac9e0fa166 /docs/Makefile
parent0ed2c8f00d31caa224875a51b6a7723098b570ef (diff)
parent76a8affa6dde2d3b666023f727cb22909a386d50 (diff)
downloadpyramid-e3a2eff1cd4f43731be02a93e321c580a74a0557.tar.gz
pyramid-e3a2eff1cd4f43731be02a93e321c580a74a0557.tar.bz2
pyramid-e3a2eff1cd4f43731be02a93e321c580a74a0557.zip
Merge branch 'master' into dslatten-patch-1
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index c98fdc65e..12dc88bf8 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -63,8 +63,13 @@ latex:
cp _static/latex-note.png _build/latex
@echo
@echo "Build finished; the LaTeX files are in _build/latex."
- @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
- "run these through (pdf)latex."
+ @echo "Run \`make latexpdf' to build a PDF file from them."
+
+latexpdf:
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex
+ @echo "Running LaTeX files through pdflatex..."
+ $(MAKE) -C _build/latex all-pdf
+ @echo "pdflatex finished; the PDF file is in _build/latex."
changes:
mkdir -p _build/changes _build/doctrees