Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
cbd65065
Commit
cbd65065
authored
Jan 29, 2014
by
Gervase Markham
Committed by
Gervase Markham
Jan 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug 965193] Generate PDFs in pdf/ directory always (not latex/ directory). r=LpSolit, a=justdave.
parent
9f09d8dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
docs/en/Makefile
+4
-4
No files found.
docs/en/Makefile
View file @
cbd65065
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment