mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Preliminary convenience Makefile.
This commit is contained in:
parent
106fe12ebf
commit
0ef1b079a2
2 changed files with 28 additions and 0 deletions
14
Doc/paper-a4/Makefile
Normal file
14
Doc/paper-a4/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
TEXINPUTS=.:../texinputs:
|
||||
|
||||
all: all-ps
|
||||
|
||||
all-ps:
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
|
||||
|
||||
all-pdf:
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
|
||||
|
||||
all-dvi:
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi
|
14
Doc/paper-letter/Makefile
Normal file
14
Doc/paper-letter/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
TEXINPUTS=../texinputs:
|
||||
|
||||
all: all-ps
|
||||
|
||||
all-ps:
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
|
||||
|
||||
all-pdf:
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
|
||||
|
||||
all-dvi:
|
||||
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi
|
Loading…
Add table
Add a link
Reference in a new issue