summaryrefslogtreecommitdiff
path: root/texinfo/util/Makefile.am
blob: d1f973e2d8bd6e2534246cb803009217b3f69175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Makefile.am for texinfo/util.
## $Id: Makefile.am,v 1.1 1998/03/23 04:43:11 law Exp $
## Run automake in .. to produce Makefile.in from this.

bin_PROGRAMS = texindex
bin_SCRIPTS = texi2dvi

## CYGNUS LOCAL: Build install-inf locally, and install it as
## install-info, to avoid confusing with the install-info target
## generated by automake --cygnus.
noinst_PROGRAMS = install-inf
install_inf_SOURCES = install-info.c

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 

install-exec-local: $(noinst_PROGRAMS)
	$(mkinstalldirs) $(bindir)
	$(INSTALL_PROGRAM) install-inf$(EXEEXT) $(bindir)/`echo install-info$(EXEEXT)|sed '$(transform)'`; \