1998-03-23 05:41:58 +01:00
|
|
|
## Makefile.am for texinfo/makeinfo.
|
1998-03-24 20:41:43 +01:00
|
|
|
## $Id: Makefile.am,v 1.3 1998/03/24 19:41:22 law Exp $
|
1998-03-23 05:41:58 +01:00
|
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
|
1998-11-19 23:39:55 +01:00
|
|
|
noinst_PROGRAMS = makeinfo
|
1998-03-23 05:41:58 +01:00
|
|
|
|
|
|
|
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
|