summaryrefslogtreecommitdiffstats
path: root/Doc/paper-letter/Makefile
blob: 72c8bbe6aee548cf2419b28a831ef54c8520889d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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