summaryrefslogtreecommitdiffstats
path: root/rogue/USD.doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/USD.doc/Makefile')
-rw-r--r--rogue/USD.doc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/rogue/USD.doc/Makefile b/rogue/USD.doc/Makefile
index 38881ba9..f1b5995b 100644
--- a/rogue/USD.doc/Makefile
+++ b/rogue/USD.doc/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2013/02/17 12:17:40 jmcneill Exp $
+# $NetBSD: Makefile,v 1.6 2014/07/05 19:22:03 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-DIR= usd/30.rogue
+SECTION=usd
+ARTICLE=rogue
SRCS= rogue.me
MACROS= -me
-
-paper.ps: ${SRCS}
- ${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
+ROFF_TBL=yes
.include <bsd.doc.mk>