2001-11-01 02:11:10 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
1995-01-10 23:32:41 -05:00
|
|
|
INFO = regex
|
1997-01-10 22:19:32 -05:00
|
|
|
INFOSECTION= "Programming & development tools."
|
|
|
|
|
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
|
|
|
|
|
|
1995-01-10 23:32:41 -05:00
|
|
|
CLEANFILES += regex.texi
|
1993-07-30 16:16:53 -04:00
|
|
|
|
1995-07-12 15:02:06 -04:00
|
|
|
regex.texi: xregex.texi ../regex.h
|
2001-11-01 02:11:10 -05:00
|
|
|
awk -f ${.CURDIR}/include.awk -v source=${.CURDIR}/../regex.h \
|
1995-01-10 23:32:41 -05:00
|
|
|
< ${.CURDIR}/xregex.texi \
|
1993-07-30 16:16:53 -04:00
|
|
|
| expand >$@
|
|
|
|
|
|
1995-01-10 23:32:41 -05:00
|
|
|
.include <bsd.info.mk>
|