mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-25 16:19:47 +08:00
1eb3e8442f
From-SVN: r18770
16 lines
551 B
Makefile
16 lines
551 B
Makefile
## Makefile.am for texinfo.
|
|
## $Id: Makefile.am,v 1.1 1998/03/23 04:42:02 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
|
|
|
|
# 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
|