summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
Diffstat (limited to 'rogue')
-rw-r--r--rogue/Makefile4
-rw-r--r--rogue/USD.doc/Makefile9
2 files changed, 5 insertions, 8 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index 2d4a5658..9a9e3b1f 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/08/11 03:44:27 dholland Exp $
+# $NetBSD: Makefile,v 1.19 2014/07/05 19:22:03 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rogue
@@ -12,9 +12,7 @@ HIDEGAME=hidegame
SETGIDGAME=yes
MAN= rogue.6
-.if make(install)
SUBDIR+=USD.doc
-.endif
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
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>