aboutsummaryrefslogtreecommitdiff
path: root/contrib/nvi/docs/USD.doc/exref/Makefile
blob: 11b5423607e7a430858e97c0f227c0cc5b120eb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# @(#)Makefile	8.8 (Berkeley) 10/10/96

ROFF=	groff
TBL=	tbl

all: exref.ps summary.ps

exref.ps: ex.rm
	${TBL} ex.rm | ${ROFF} -ms > $@
	chmod 444 $@

summary.ps: ex.summary
	${TBL} ex.summary | ${ROFF} -ms > $@
	chmod 444 $@

clean:
	rm -f exref.ps summary.ps