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	5.1 (Berkeley) 04/20/86
7#
8TROFF=	itroff
9FILES=	abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
10	conclusions.ms appendix.ms
11
12paper:	${FILES}
13	@tbl ${FILES} | ${TROFF} -ms
14
15preview:${FILES}
16	tbl ${FILES} | nroff -ms | colcrt
17