summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:26:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:26:12 +0000
commit3aad4ff51bc0877fd89db0a2be4c58494785b5ff (patch)
tree972489ee4b1bbe45a91f180d291f081434c6c819
parenta5b710915524c505a9fd98f8d402cffb0132c5fd (diff)
add paper.txt target;
-rw-r--r--games/trek/USD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/trek/USD.doc/Makefile b/games/trek/USD.doc/Makefile
index e1fd280ebb6..a999d5c9b00 100644
--- a/games/trek/USD.doc/Makefile
+++ b/games/trek/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:49 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 15:26:11 jmc Exp $
# $NetBSD: Makefile,v 1.2 1995/04/22 10:59:48 cgd Exp $
DIR= usd/31.trek
@@ -8,4 +8,7 @@ MACROS= -me
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>