date and time created 88/09/30 10:07:53 by bostic
[unix-history] / usr / src / share / doc / psd / 01.cacm / Makefile
CommitLineData
e6c205e6
NC
1#
2# Copyright (c) 1986 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
bdc83412 6# @(#)Makefile 6.2 (Berkeley) %G%
e6c205e6
NC
7#
8SRCS= p.mac p1 p2 p3 p4 p5 p6
9MACROS= -ms
10PRINTER=Pdp
11TBL= dtbl -${PRINTER}
12TROFF= ditroff -${PRINTER}
bdc83412 13REFER= refer -p /usr/old/dict/papers/Ind -e
e6c205e6
NC
14
15paper: paper.${PRINTER}
16 lpr -${PRINTER} -n paper.${PRINTER}
17
18paper.${PRINTER}: ${SRCS}
bdc83412 19 ${REFER} ${SRCS} | ${TBL} | ${TROFF} ${MACROS} -t > paper.${PRINTER}
e6c205e6
NC
20
21clean:
22 rm -f paper.[PT]* *.spell errs Errs make.out
23
24spell: ${SRCS}
25 @for i in ${SRCS}; do \
26 echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
27 done