diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-14 16:00:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-14 16:00:38 +0000 |
commit | 419550d537b5712656f5eafedc60ee0a414ef5b8 (patch) | |
tree | be0c52c2762b66a41ac249960bcaedbd38498d4f /usr.bin/awk/USD.doc/Makefile | |
parent | a2fd51fdea85e149c489dbc46f2b8c2249cdf33a (diff) |
install awk USD;
i have replaced the out of date refer(1) stuff with man page references,
and updated the doc slightly to sync with current awk;
ok mickey@
Diffstat (limited to 'usr.bin/awk/USD.doc/Makefile')
-rw-r--r-- | usr.bin/awk/USD.doc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/awk/USD.doc/Makefile b/usr.bin/awk/USD.doc/Makefile index 10d161be008..9d7144d7af2 100644 --- a/usr.bin/awk/USD.doc/Makefile +++ b/usr.bin/awk/USD.doc/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2003/06/26 16:20:04 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2003/12/14 16:00:37 jmc Exp $ DIR= usd/16.awk SRCS= awk MACROS= -ms -REFER= refer -e -p /usr/dict/papers/Ind paper.ps: ${SRCS} - ${REFER} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET} + ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} .include <bsd.doc.mk> |