summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/USD.doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dc/USD.doc/Makefile')
-rw-r--r--usr.bin/dc/USD.doc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/dc/USD.doc/Makefile b/usr.bin/dc/USD.doc/Makefile
new file mode 100644
index 0000000..4a272a5
--- /dev/null
+++ b/usr.bin/dc/USD.doc/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+# $OpenBSD: Makefile,v 1.2 2004/02/01 15:18:01 jmc Exp $
+
+DOC= dc
+DIR= usd/05.dc
+SRCS= dc
+MACROS= -ms
+BINDIR= /usr/share/doc/papers
+
+paper.ps: ${SRCS}
+ ${EQN} ${SRCS} | ${ROFF} > ${.TARGET}
+
+paper.txt: ${SRCS}
+ ${EQN} -Tascii ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
+.include <bsd.doc.mk>
OpenPOWER on IntegriCloud