diff options
author | Jim Wilson <wilson@cygnus.com> | 1998-04-10 00:37:58 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-09 18:37:58 -0600 |
commit | 963686319f012d2a346adf7f38c35ea55378a024 (patch) | |
tree | 1f39cfbf138586d54ffaf1f603d116eebdb960bc /texinfo | |
parent | 4b104d6e5c9fbdbefaa34bae8dfb4738df3f35ee (diff) | |
download | gcc-963686319f012d2a346adf7f38c35ea55378a024.zip gcc-963686319f012d2a346adf7f38c35ea55378a024.tar.gz gcc-963686319f012d2a346adf7f38c35ea55378a024.tar.bz2 |
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
Diffstat (limited to 'texinfo')
-rw-r--r-- | texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | texinfo/Makefile.am | 3 | ||||
-rw-r--r-- | texinfo/Makefile.in | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index 532139b..25239a8 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -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 diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am index 9449a03..53c2128 100644 --- a/texinfo/Makefile.am +++ b/texinfo/Makefile.am @@ -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 diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in index eb5dba4..da6da65 100644 --- a/texinfo/Makefile.in +++ b/texinfo/Makefile.in @@ -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 |