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
This commit is contained in:
Jim Wilson 1998-04-10 00:37:58 +00:00 committed by Jeff Law
parent 4b104d6e5c
commit 963686319f
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Apr 10 01:36:24 1998 Jim Wilson <wilson@cygnus.com>
* Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
* Makefile.in: Rebuild.
Thu Apr 2 18:29:26 1998 Jim Wilson <wilson@cygnus.com>
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems

View File

@ -14,3 +14,6 @@ EXTRA_DIST = INTRODUCTION dir-example
# 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

View File

@ -102,6 +102,9 @@ EXTRA_DIST = INTRODUCTION dir-example
# 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
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h