1998-03-23 05:41:58 +01:00
|
|
|
## Makefile.am for texinfo/util.
|
1998-03-24 20:41:43 +01:00
|
|
|
## $Id: Makefile.am,v 1.3 1998/03/24 19:41:36 law Exp $
|
1998-03-23 05:41:58 +01:00
|
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
|
1999-02-01 11:33:58 +01:00
|
|
|
noinst_PROGRAMS = install-info texindex
|
|
|
|
noinst_SCRIPTS = texi2dvi
|
1998-03-23 05:41:58 +01:00
|
|
|
|
|
|
|
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
|