mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
d8b5c7ed06
This has big improvements to the .info file utility support and much recent OSS requires its features.
14 lines
441 B
Makefile
14 lines
441 B
Makefile
## Makefile.am for texinfo/util.
|
|
## $Id: Makefile.am,v 1.6 1997/07/15 19:15:05 karl Exp $
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
bin_PROGRAMS = install-info texindex
|
|
bin_SCRIPTS = texi2dvi
|
|
|
|
localedir = $(datadir)/locale
|
|
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
|
|
LDADD = ../lib/libtxi.a @INTLLIBS@
|
|
|
|
EXTRA_DIST = README deref.c fixfonts gen-dir-node tex3patch texi2dvi \
|
|
update-info
|