diff options
Diffstat (limited to 'contrib/texinfo/Makefile.am')
-rw-r--r-- | contrib/texinfo/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/texinfo/Makefile.am b/contrib/texinfo/Makefile.am new file mode 100644 index 000000000000..045c115eb4ba --- /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 |