mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
9ea2a99edb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
448 B
Makefile
14 lines
448 B
Makefile
## Makefile.am for texinfo/util.
|
|
## $Id: Makefile.am,v 1.1 2004/10/28 18:14:10 zooey Exp $
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
noinst_PROGRAMS = install-info texindex
|
|
noinst_SCRIPTS = texi2dvi
|
|
|
|
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
|