summaryrefslogtreecommitdiffstats
path: root/trek/USD.doc/Makefile
blob: a01b2320ecaeef3b4ba1941d3c29dbbf0e4f039a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 2003/01/05 12:34:27 pooka Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

DIR=	usd/31.trek
SRCS=	trek.me
MACROS=	-me

paper.ps: ${SRCS}
	${TBL} ${SRCS} | ${ROFF} ${MACROS} > ${.TARGET}

.include <bsd.doc.mk>