Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
authorJim Wilson <wilson@cygnus.com>
Fri, 10 Apr 1998 00:37:58 +0000 (00:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 10 Apr 1998 00:37:58 +0000 (18:37 -0600)
        * Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
        * Makefile.in: Rebuild.

From-SVN: r19076

texinfo/ChangeLog
texinfo/Makefile.am
texinfo/Makefile.in

index 532139bd2fef893e5f2ada3e1ae0b7d06ea9d04e..25239a8202e782f3e4318ae787fc862aa8d2fd86 100644 (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
index 9449a03bbfd925a871b26cca7b306b126e73c8d2..53c212827e6ff79982779f52584657ca6056afad 100644 (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
index eb5dba42e32f678708f6ce66e7aad23038e53f25..da6da65c177f4c41b0ad47e09502fd534afa1038 100644 (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