mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 11:05:04 +08:00
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
|