summaryrefslogtreecommitdiffstats
path: root/rogue/USD.doc/Makefile
blob: 38881ba9157216ae028b44276a25048f2b8152be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.5 2013/02/17 12:17:40 jmcneill Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

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

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

.include <bsd.doc.mk>