d8b5c7ed06
This has big improvements to the .info file utility support and much recent OSS requires its features.
14 lines
382 B
Makefile
14 lines
382 B
Makefile
## Makefile.am for texinfo/makeinfo.
|
|
## $Id: Makefile.am,v 1.4 1997/07/04 20:58:00 karl Exp $
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
bin_PROGRAMS = makeinfo
|
|
|
|
localedir = $(datadir)/locale
|
|
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
|
|
LDADD = ../lib/libtxi.a @INTLLIBS@
|
|
|
|
makeinfo_SOURCES = makeinfo.c makeinfo.h multi.c
|
|
|
|
EXTRA_DIST = README
|