File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,9 @@ mobi: epub
229
229
230
230
ebook : epub mobi
231
231
232
- latex : specs results images
232
+ latex : latex-letter latex-a4
233
+
234
+ latex-letter : specs results images
233
235
$(SPHINXBUILD ) -b latex -t latex $(ALLSPHINXOPTS ) $(BUILDDIR ) /latex
234
236
@echo
235
237
@echo " Build finished; the LaTeX files are in $( BUILDDIR) /latex."
@@ -243,18 +245,17 @@ latex-a4: specs results images
243
245
@echo " Run \` make' in that directory to run these through (pdf)latex" \
244
246
" (use \` make latexpdf' here to do that automatically)."
245
247
248
+ pdf : pdf-letter pdf-a4
246
249
247
- pdf : latex latex-a4
250
+ pdf-letter : latex-letter
248
251
@echo " Running LaTeX files through pdflatex..."
249
252
$(MAKE ) -C $(BUILDDIR ) /latex all-pdf
250
253
@echo " pdflatex letter finished; the PDF files are in $( BUILDDIR) /latex."
251
- $(MAKE ) -C $(BUILDDIR ) /latex-a4 all-pdf
252
- @echo " pdflatex a4paper finished; the PDF files are in $( BUILDDIR) /latex-a4."
253
254
254
- pdf-a4 : latex latex -a4
255
+ pdf-a4 : latex-a4
255
256
@echo " Running LaTeX files through pdflatex..."
256
257
$(MAKE ) -C $(BUILDDIR ) /latex-a4 all-pdf
257
- @echo " pdflatex finished; the PDF files are in $( BUILDDIR) /latex."
258
+ @echo " pdflatex finished; the PDF files are in $( BUILDDIR) /latex-a4 ."
258
259
259
260
latexpdf : pdf
260
261
You can’t perform that action at this time.
0 commit comments