Initial import, 0.1 + pk 0.2.4-B1
[unix-history] / share / doc / smm / 01.setup / vax / Makefile
# @(#)Makefile 6.3 (Berkeley) 5/7/91
PRINTER=-Plz
TROFF= ditroff ${PRINTER}
EQN= deqn ${PRINTER}
TBL= dtbl ${PRINTER}
LPR= lpr -n ${PRINTER}
CSRC= ../common/3.t ../common/4.t ../common/5.t ../common/6.t
SRC= 0.t 1.t 2.t ${CSRC} a.t b.t
setup.out: ${SRC}
${EQN} ${SRC} | ${TBL} | ${TROFF} -t -ms > setup.out
setup: setup.out
${LPR} setup.out
vaxhints.out: vaxhints.t
${TROFF} -t -ms vaxhints.t > vaxhints.out
vaxhints: vaxhints.out
${LPR} vaxhints.out
clean:
rm -f setup.out vaxhints.out ?.t.spell errs Errs
spell: ${SRC}
@for i in ${SRC}; do \
echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
done