summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2003-01-05 12:34:26 +0000
committerpooka <pooka@NetBSD.org>2003-01-05 12:34:26 +0000
commitb39360fd3b84a8fadbb056ffa86bca3b6ee2f20d (patch)
treeeb699c757d596935f78c6ed85e2029d94355c907 /rogue
parentf5bcaa7c6f42e16025c434d6cd9a2ea49b58731b (diff)
downloadbsdgames-darwin-b39360fd3b84a8fadbb056ffa86bca3b6ee2f20d.tar.gz
bsdgames-darwin-b39360fd3b84a8fadbb056ffa86bca3b6ee2f20d.tar.zst
bsdgames-darwin-b39360fd3b84a8fadbb056ffa86bca3b6ee2f20d.zip
Add ${MACROS} to ${ROFF} usage to make output readable
from jbernard@mines.edu in misc/19685
Diffstat (limited to 'rogue')
-rw-r--r--rogue/USD.doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/USD.doc/Makefile b/rogue/USD.doc/Makefile
index 359407d9..778e98f5 100644
--- a/rogue/USD.doc/Makefile
+++ b/rogue/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1995/04/22 10:28:47 cgd Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/05 12:34:26 pooka Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/30.rogue
@@ -6,6 +6,6 @@ SRCS= rogue.me
MACROS= -me
paper.${PRINTER}: ${SRCS}
- ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+ ${TBL} ${SRCS} | ${ROFF} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>