summaryrefslogtreecommitdiffstats
path: root/rogue/USD.doc/Makefile
blob: 9a8ef89d5bf8e14080c1a1043dd1d0d0e92e3882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.4 2003/07/10 10:34:19 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

DIR=	usd/30.rogue
SRCS=	rogue.me
MACROS=	-me

paper.${PRINTER}: ${SRCS}
	${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}

.include <bsd.doc.mk>