Module Name: src
Committed By: jmcneill
Date: Sun Feb 17 12:17:41 UTC 2013
Modified Files:
src/games/rogue/USD.doc: Makefile
Log Message:
rename target paper.${PRINTER} to paper.ps -- PRINTER isnt defined anywhere!
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/rogue/USD.doc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/rogue/USD.doc/Makefile
diff -u src/games/rogue/USD.doc/Makefile:1.4 src/games/rogue/USD.doc/Makefile:1.5
--- src/games/rogue/USD.doc/Makefile:1.4 Thu Jul 10 10:34:19 2003
+++ src/games/rogue/USD.doc/Makefile Sun Feb 17 12:17:40 2013
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:19 lukem Exp $
+# $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.${PRINTER}: ${SRCS}
+paper.ps: ${SRCS}
${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>