diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-01-14 19:35:19 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-01-14 19:35:19 +0000 |
commit | d8b5c7ed06fe94e01ce1e61786c3e072de0c3e89 (patch) | |
tree | 570e5cf5730d6009252842b5ff3e1405c775afa0 /contrib/texinfo/util/Makefile.am | |
parent | 253c2b00b74a914f105a971446b873fc1f38919a (diff) |
Upgrade texinfo to the latest-and-greatest.
This has big improvements to the .info file utility support and
much recent OSS requires its features.
Notes
Notes:
svn path=/vendor/texinfo/dist/; revision=42660
Diffstat (limited to 'contrib/texinfo/util/Makefile.am')
-rw-r--r-- | contrib/texinfo/util/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/texinfo/util/Makefile.am b/contrib/texinfo/util/Makefile.am new file mode 100644 index 000000000000..f16dd034da85 --- /dev/null +++ b/contrib/texinfo/util/Makefile.am @@ -0,0 +1,13 @@ +## Makefile.am for texinfo/util. +## $Id: Makefile.am,v 1.6 1997/07/15 19:15:05 karl Exp $ +## Run automake in .. to produce Makefile.in from this. + +bin_PROGRAMS = install-info texindex +bin_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 |