d275726b33
From-SVN: r18811
14 lines
440 B
Makefile
14 lines
440 B
Makefile
## Makefile.am for texinfo/util.
|
|
## $Id: Makefile.am,v 1.3 1998/03/24 19:41:36 law 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
|