gcc/texinfo/Makefile.am
Jim Wilson 963686319f Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
* Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
        * Makefile.in: Rebuild.

From-SVN: r19076
1998-04-09 18:37:58 -06:00

20 lines
761 B
Makefile

## Makefile.am for texinfo.
## $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.
# 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
# ??? For EGCS, only build the stuff we actually need. This eliminates the
# need for xgettext that exists in the po subdirectory.
SUBDIRS = intl lib makeinfo