1#
2# Copyright (c) 1983 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)Makefile	6.1 (Berkeley) 04/20/86
7#
8TROFF=	ditroff -Pdp
9TBL=	dtbl -Pdp
10
11FILES=	abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
12	conclusions.ms appendix.ms
13
14paper:	${FILES}
15	${TBL} ${FILES} | ${TROFF} -ms
16
17preview:${FILES}
18	tbl ${FILES} | nroff -ms | colcrt
19