Preliminary convenience Makefile.

This commit is contained in:
Fred Drake 1998-05-07 15:12:51 +00:00
parent 106fe12ebf
commit 0ef1b079a2
2 changed files with 28 additions and 0 deletions

14
Doc/paper-a4/Makefile Normal file
View 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
View 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