blob: f861d14ea98f192e29ebc01c6abbad7987faa5d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## Makefile.am for texinfo.
## $Id: Makefile.am,v 1.1 1997/08/01 21:59:31 kstailey 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
# Additional files to distribute.
EXTRA_DIST = INTRODUCTION dir-example README-alpha
# 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
|