diff options
Diffstat (limited to 'texinfo/Makefile.in')
-rw-r--r-- | texinfo/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |