diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-02 14:45:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-02 14:45:44 -0400 |
| commit | 12380ff2e21070fe63976fef08b90326428b7792 (patch) | |
| tree | a9aecd0bfba221ddee6f00e3300c0604655581aa /docs/Makefile | |
| parent | bb9948168a9540d7b1b574ca8ee02bd07cbdede9 (diff) | |
| parent | ff00405c65a901d5a952e27ec96ff4239c58b012 (diff) | |
| download | pyramid-12380ff2e21070fe63976fef08b90326428b7792.tar.gz pyramid-12380ff2e21070fe63976fef08b90326428b7792.tar.bz2 pyramid-12380ff2e21070fe63976fef08b90326428b7792.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 9 |
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 |
