include problem
[unix-history] / .ref-BSD-3 / usr / doc / ex / makefile
CommitLineData
adbc1dde
BJ
1all: exrm exsummary exchanges edittut viin viapp visummary
2# TROFF will frequently be just troff if you have a typesetter
3# but no versatec.
4TROFF= /usr/ucb/vtroff
5exrm:
6 ${TROFF} -ms ex.rm;
7exsummary:
8 tbl ex.summary | ${TROFF} -ms ;
9exchanges:
10 ${TROFF} -ms exdiffs1.nr;
11 ${TROFF} -ms exdiffs2.nr;
12edittut:
13 ${TROFF} -ms edit.tut;
14# index for versatec is different from the one in edit.tut
15# because the fonts are different and entries reference page
16# rather than section numbers. if you have a typesetter
17# you should just use the index in edit.tut, and ignore editvindex.
18editvindex:
19 ${TROFF} -ms -n22 edit.vindex;
20viin:
21 tbl vi.in | ${TROFF} -ms
22viapp:
23# if using a typesetter use -n20 instead of -n22.
24 tbl vi.chars | ${TROFF} -ms -n22
25visummary:
26 tbl vi.summary | ${TROFF} -ms