diff options
Diffstat (limited to 'texinfo/Makefile.am')
-rw-r--r-- | texinfo/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am index 294a7faba74..9449a03bbfd 100644 --- a/texinfo/Makefile.am +++ b/texinfo/Makefile.am @@ -1,15 +1,16 @@ ## Makefile.am for texinfo. -## $Id: Makefile.am,v 1.3 1998/03/24 18:04:57 law Exp $ +## $Id: Makefile.am,v 1.5 1998/04/10 00:37:57 law Exp $ ## Process this file with automake to produce Makefile.in in all directories. -## Be sure we're using the right version of Automake. -AUTOMAKE_OPTIONS = 1.1p +# 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 README-alpha +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 emacs info makeinfo po util doc +SUBDIRS = intl lib info makeinfo po util doc |