Bring back texindex from the dead. Some ports use it to format their docs.

This commit is contained in:
tg 1999-10-25 10:35:39 +00:00
parent 0a11b67bf0
commit 5a5660b1f6
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,6 @@
# $FreeBSD$
#
SUBDIR= libtxi libintl makeinfo info install-info doc
SUBDIR= libtxi libintl makeinfo info install-info texindex doc
.include <bsd.subdir.mk>

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PROG= texindex
NOMAN= noman
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"
CFLAGS+= -I${TXIDIR} -I${TXIDIR}/lib -I../libintl
DPADD= ${LIBTXI} ${LIBINTL} -lz
LDADD= ${LIBTXI} ${LIBINTL} -lz
.include <bsd.prog.mk>
.PATH: ${TXIDIR}/util