blob: f16dd034da85e7a4072a0bd8e98db6f16ba5df3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## 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
|