summaryrefslogtreecommitdiffstats
path: root/Doc/paper-letter/Makefile
blob: 95dffb8d34cf349cbfd725ac80db69f856976e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


TEXINPUTS=../texinputs:

all:	all-ps

all-ps:
	$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
		-f ../Makefile do-ps

all-pdf:
	$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
		-f ../Makefile do-pdf

all-dvi:
	$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
		-f ../Makefile do-dvi

clean:
	$(MAKE) -f ../Makefile clean

clobber:
	$(MAKE) -f ../Makefile clobber