OSDN Git Service

* Makefile.in (local-distclean): Remove leftover built files.
[pf3gnuchains/gcc-fork.git] / texinfo / Makefile.am
1 ## Makefile.am for texinfo.
2 ## $Id: Makefile.am,v 1.5 1998/04/10 00:37:57 law Exp $
3 ## Process this file with automake to produce Makefile.in in all directories.
4
5 # Be sure we're using the right version of Automake.
6 # 1.2f was the first version that supported .txi as a Texinfo suffix.
7 AUTOMAKE_OPTIONS = 1.2f
8
9 # Additional files to distribute.
10 EXTRA_DIST = INTRODUCTION dir-example
11
12 # All subdirectories.
13 # Do intl/ and lib/ first since the C programs depend on them.
14 # Do doc/ last so makeinfo will be built when we get there.
15 # Others are alphabetical.
16 SUBDIRS = intl lib info makeinfo po util doc
17 # ??? For EGCS, only build the stuff we actually need.  This eliminates the
18 # need for xgettext that exists in the po subdirectory.  We do need util in
19 # order to get install-info, which is used as part of the gcc build/install
20 # process.
21 SUBDIRS = intl lib makeinfo util