aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/docs/USD.doc/ex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/docs/USD.doc/ex/Makefile')
-rw-r--r--usr.bin/vi/docs/USD.doc/ex/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/vi/docs/USD.doc/ex/Makefile b/usr.bin/vi/docs/USD.doc/ex/Makefile
new file mode 100644
index 000000000000..33ab77080f4a
--- /dev/null
+++ b/usr.bin/vi/docs/USD.doc/ex/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+
+DIR= usd/13.ex
+SRCS= ex.rm
+MACROS= -ms
+CLEANFILES=summary.*
+
+paper.ps: ${SRCS} summary.ps
+ ${ROFF} ${SRCS} > ${.TARGET}
+
+summary.ps: ex.summary
+ ${TBL} ex.summary | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>