summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rogue/USD.doc/Makefile4
-rw-r--r--trek/USD.doc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/rogue/USD.doc/Makefile b/rogue/USD.doc/Makefile
index 778e98f5..9a8ef89d 100644
--- a/rogue/USD.doc/Makefile
+++ b/rogue/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/01/05 12:34:26 pooka Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:19 lukem 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} ${MACROS} > ${.TARGET}
+ ${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>
diff --git a/trek/USD.doc/Makefile b/trek/USD.doc/Makefile
index a01b2320..f191202c 100644
--- a/trek/USD.doc/Makefile
+++ b/trek/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/01/05 12:34:27 pooka Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:20 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/31.trek
@@ -6,6 +6,6 @@ SRCS= trek.me
MACROS= -me
paper.ps: ${SRCS}
- ${TBL} ${SRCS} | ${ROFF} ${MACROS} > ${.TARGET}
+ ${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>