fce8868368
file with an info source file.
10 lines
215 B
Makefile
10 lines
215 B
Makefile
INFO = regex
|
|
CLEANFILES += regex.texi
|
|
|
|
regex.texi: xregex.texi ../regex.h
|
|
awk -f ${.CURDIR}/include.awk -vsource=${.CURDIR}/../regex.h \
|
|
< ${.CURDIR}/xregex.texi \
|
|
| expand >$@
|
|
|
|
.include <bsd.info.mk>
|