Makefile.am revision 1.2
1## Makefile.am for texinfo/util.
2## $Id: Makefile.am,v 1.2 1999/01/11 16:38:15 espie Exp $
3## Run automake in .. to produce Makefile.in from this.
4
5bin_PROGRAMS = install-info texindex
6bin_SCRIPTS = texi2dvi
7
8localedir = $(datadir)/locale
9INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
10LDADD = ../lib/libtxi.a @INTLLIBS@
11
12EXTRA_DIST = README deref.c fixfonts gen-dir-node tex3patch texi2dvi \
13             update-info 
14