blob: 10682342fbc648c01f171aef10c28b930d5c75cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# @(#)Makefile 1.3 (Berkeley) 6/8/93
DIR= papers/future
SRCS= 0.t 1.t 2.t r.t
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
paper.txt: ${SRCS}
${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
.include <bsd.doc.mk>
|