diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1999-10-25 10:35:39 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-10-25 10:35:39 +0000 |
| commit | 23300421c7e2e1e499429fbf047abfd2f905e453 (patch) | |
| tree | ed2efdb34e5446e7efcea289b9923c77a5adca10 /gnu | |
| parent | 07ce2a90b3322aefb67d7185f61a7d4f00036411 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/texinfo/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/texinfo/texindex/Makefile | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile b/gnu/usr.bin/texinfo/Makefile index 2f1a1dc1e2823..dac6f56c655b2 100644 --- a/gnu/usr.bin/texinfo/Makefile +++ b/gnu/usr.bin/texinfo/Makefile @@ -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> diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile new file mode 100644 index 0000000000000..4f583e6749d16 --- /dev/null +++ b/gnu/usr.bin/texinfo/texindex/Makefile @@ -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 |
