diff options
Diffstat (limited to 'usr.bin/vi/USD.doc/vitut/Makefile')
-rw-r--r-- | usr.bin/vi/USD.doc/vitut/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/vi/USD.doc/vitut/Makefile b/usr.bin/vi/USD.doc/vitut/Makefile new file mode 100644 index 0000000..bfb29bf --- /dev/null +++ b/usr.bin/vi/USD.doc/vitut/Makefile @@ -0,0 +1,17 @@ +# @(#)Makefile 8.1 (Berkeley) 8/14/93 + +DIR= usd/12.vi +SRCS= vi.in vi.chars +MACROS= -msU +CLEANFILES+=summary.* viapwh.* + +paper.ps: ${SRCS} summary.ps viapwh.ps + ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} + +summary.ps: vi.summary + ${TBL} vi.summary | ${ROFF} > ${.TARGET} + +viapwh.ps: vi.apwh.ms + ${ROFF} vi.apwh.ms > ${.TARGET} + +.include <bsd.doc.mk> |