summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-01-29 16:51:07 +0100
committerGervase Markham <gerv@mozilla.org>2014-01-29 16:51:07 +0100
commitcbd6506533f7370ba27c6928e887889627acb6b9 (patch)
tree945e654c96d43607d7afd2081fc47348d5281708 /docs
parent9f09d8dddd26ea38a9ea6bea3329dd8e33e3ba33 (diff)
downloadbugzilla-cbd6506533f7370ba27c6928e887889627acb6b9.tar.gz
bugzilla-cbd6506533f7370ba27c6928e887889627acb6b9.tar.xz
[Bug 965193] Generate PDFs in pdf/ directory always (not latex/ directory). r=LpSolit, a=justdave.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/Makefile b/docs/en/Makefile
index c0708059d..fc9af11e0 100644
--- a/docs/en/Makefile
+++ b/docs/en/Makefile
@@ -100,13 +100,13 @@ latex:
@echo
@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
@echo "Run \`make' in that directory to run these through (pdf)latex" \
- "(use \`make latexpdf' here to do that automatically)."
+ "(use \`make latexpdf' to have that step done automatically)."
latexpdf:
- $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/pdf
@echo "Running LaTeX files through pdflatex..."
- $(MAKE) -C $(BUILDDIR)/latex all-pdf
- @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+ $(MAKE) -C $(BUILDDIR)/pdf all-pdf
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/pdf."
pdf:
$(SPHINXBUILD) -b pdf -t enable_rst2pdf $(ALLSPHINXOPTS) $(BUILDDIR)/pdf