blob: 300e95aa658d70adb0fe857bb828ed53b026655f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $Id: Makefile.am,v 1.4 2002/06/10 13:51:04 espie Exp $
# Makefile.am for texinfo/util.
# Run automake in .. to produce Makefile.in from this.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bin_PROGRAMS = install-info texindex
bin_SCRIPTS = texi2dvi
localedir = $(datadir)/locale
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
LDADD = ../lib/libtxi.a @LIBINTL@
# Most of these are for fun. The only one that's really supported is texi2dvi.
EXTRA_DIST = README deref.c fix-info-dir fixfonts \
fixref.gawk gen-dir-node install-info-html outline.gawk prepinfo.awk \
tex3patch texi-docstring-magic.el texi2dvi
|