diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-09 12:42:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-09 12:42:42 +0000 |
commit | 217e39b0c1e4569ade642f6a797ad91c1efa64b1 (patch) | |
tree | 7596f551eeb42210ca8bda4871dd51e67d1e75db /usr.bin/lex/PSD.doc/Makefile | |
parent | 4b73b657f67f867a87377d1415dc921fb49525ce (diff) |
install lex PSD;
the actual doc has been updated regarding current implementation of lex.
I also replaced the tables with displays, for simplicity and because of
formatting errors (unsupported macros);
sanity check and ok mickey@
Diffstat (limited to 'usr.bin/lex/PSD.doc/Makefile')
-rw-r--r-- | usr.bin/lex/PSD.doc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/lex/PSD.doc/Makefile b/usr.bin/lex/PSD.doc/Makefile index 0b5743cca44..2b59e441f46 100644 --- a/usr.bin/lex/PSD.doc/Makefile +++ b/usr.bin/lex/PSD.doc/Makefile @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2002/12/03 21:43:59 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2003/12/09 12:42:41 jmc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/8/93 DIR= psd/16.lex SRCS= lex.ms MACROS= -ms -paper.ps: ${SRCS} - ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} - .include <bsd.doc.mk> |