mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Added targets dvi, pdf, and ps, to make all of the documents in those formats.
This commit is contained in:
parent
b91e934cf1
commit
465a42a58e
1 changed files with 3 additions and 3 deletions
|
|
@ -90,17 +90,17 @@ MKPDF= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkdvi.sh --pdf
|
||||||
# Main target
|
# Main target
|
||||||
all: all-ps
|
all: all-ps
|
||||||
|
|
||||||
all-dvi:
|
all-dvi dvi:
|
||||||
(cd paper-$(PAPER); \
|
(cd paper-$(PAPER); \
|
||||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
||||||
-f ../Makefile do-dvi)
|
-f ../Makefile do-dvi)
|
||||||
|
|
||||||
all-pdf:
|
all-pdf pdf:
|
||||||
(cd paper-$(PAPER); \
|
(cd paper-$(PAPER); \
|
||||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
||||||
-f ../Makefile do-pdf)
|
-f ../Makefile do-pdf)
|
||||||
|
|
||||||
all-ps:
|
all-ps ps:
|
||||||
(cd paper-$(PAPER); \
|
(cd paper-$(PAPER); \
|
||||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
||||||
-f ../Makefile do-ps)
|
-f ../Makefile do-ps)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue