mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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
|
||||
all: all-ps
|
||||
|
||||
all-dvi:
|
||||
all-dvi dvi:
|
||||
(cd paper-$(PAPER); \
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
||||
-f ../Makefile do-dvi)
|
||||
|
||||
all-pdf:
|
||||
all-pdf pdf:
|
||||
(cd paper-$(PAPER); \
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
||||
-f ../Makefile do-pdf)
|
||||
|
||||
all-ps:
|
||||
all-ps ps:
|
||||
(cd paper-$(PAPER); \
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
|
||||
-f ../Makefile do-ps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue