]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[Bug 965193] Generate PDFs in pdf/ directory always (not latex/ directory). r=LpSolit...
authorGervase Markham <gerv@gerv.net>
Wed, 29 Jan 2014 15:51:07 +0000 (15:51 +0000)
committerGervase Markham <gerv@mozilla.org>
Wed, 29 Jan 2014 15:51:07 +0000 (15:51 +0000)
docs/en/Makefile

index c0708059dcd3aa007df248bc2ee2f87a8cb29533..fc9af11e01f797df5eb2694e1ee337b9f0924edf 100644 (file)
@@ -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