14 lines
384 B
Makefile
14 lines
384 B
Makefile
|
## Makefile.am for texinfo/makeinfo.
|
||
|
## $Id: Makefile.am,v 1.1.1.1 1999/02/11 03:57:23 tv 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
|