From 1eb3e8442f8c549c9b2ed21ca75eb7fb12b10b0d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 22 Mar 1998 21:41:58 -0700 Subject: Initial revision From-SVN: r18770 --- texinfo/util/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 texinfo/util/Makefile.am (limited to 'texinfo/util/Makefile.am') diff --git a/texinfo/util/Makefile.am b/texinfo/util/Makefile.am new file mode 100644 index 00000000000..d1f973e2d8b --- /dev/null +++ b/texinfo/util/Makefile.am @@ -0,0 +1,23 @@ +## Makefile.am for texinfo/util. +## $Id: Makefile.am,v 1.1 1998/03/23 04:43:11 law Exp $ +## Run automake in .. to produce Makefile.in from this. + +bin_PROGRAMS = texindex +bin_SCRIPTS = texi2dvi + +## CYGNUS LOCAL: Build install-inf locally, and install it as +## install-info, to avoid confusing with the install-info target +## generated by automake --cygnus. +noinst_PROGRAMS = install-inf +install_inf_SOURCES = install-info.c + +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 + +install-exec-local: $(noinst_PROGRAMS) + $(mkinstalldirs) $(bindir) + $(INSTALL_PROGRAM) install-inf$(EXEEXT) $(bindir)/`echo install-info$(EXEEXT)|sed '$(transform)'`; \ -- cgit v1.2.1