aab8cd4cfe
Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) )
15 lines
344 B
Makefile
15 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
INFO = regex
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
|
|
|
|
CLEANFILES += regex.texi
|
|
|
|
regex.texi: xregex.texi ../regex.h
|
|
awk -f ${.CURDIR}/include.awk -v source=${.CURDIR}/../regex.h \
|
|
< ${.CURDIR}/xregex.texi \
|
|
| expand >$@
|
|
|
|
.include <bsd.info.mk>
|