summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/Makefile.am
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-01-14 19:35:19 +0000
committermarkm <markm@FreeBSD.org>1999-01-14 19:35:19 +0000
commit15da023077f02380356169c9b5f4a62a6dc51f63 (patch)
tree570e5cf5730d6009252842b5ff3e1405c775afa0 /contrib/texinfo/Makefile.am
parente1e3a1dbda026c65b84c4017dd6194d619f89115 (diff)
downloadFreeBSD-src-15da023077f02380356169c9b5f4a62a6dc51f63.zip
FreeBSD-src-15da023077f02380356169c9b5f4a62a6dc51f63.tar.gz
Upgrade texinfo to the latest-and-greatest.
This has big improvements to the .info file utility support and much recent OSS requires its features.
Diffstat (limited to 'contrib/texinfo/Makefile.am')
-rw-r--r--contrib/texinfo/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/texinfo/Makefile.am b/contrib/texinfo/Makefile.am
new file mode 100644
index 0000000..045c115
--- /dev/null
+++ b/contrib/texinfo/Makefile.am
@@ -0,0 +1,16 @@
+## Makefile.am for texinfo.
+## $Id: Makefile.am,v 1.9 1998/02/26 21:33:56 karl Exp $
+## Process this file with automake to produce Makefile.in in all directories.
+
+# Be sure we're using the right version of Automake.
+# 1.2f was the first version that supported .txi as a Texinfo suffix.
+AUTOMAKE_OPTIONS = 1.2f
+
+# Additional files to distribute.
+EXTRA_DIST = INTRODUCTION dir-example
+
+# All subdirectories.
+# Do intl/ and lib/ first since the C programs depend on them.
+# Do doc/ last so makeinfo will be built when we get there.
+# Others are alphabetical.
+SUBDIRS = intl lib info makeinfo po util doc
OpenPOWER on IntegriCloud