From: Bruno Haible Date: Thu, 25 Oct 2001 09:33:16 +0000 (+0000) Subject: Add the projects directory. X-Git-Tag: v0.11~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0221e6d7d6aba165d4018a3f094191feee731b6a;p=thirdparty%2Fgettext.git Add the projects directory. --- diff --git a/ChangeLog b/ChangeLog index a76c64943..c503761ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-21 Bruno Haible + + * Makefile.am (SUBDIRS): Add projects. + * configure.in (AC_OUTPUT): Add projects/Makefile. + 2001-09-29 Bruno Haible * configure.in: Also create src/user-email. diff --git a/Makefile.am b/Makefile.am index bcd747bfa..8c8b48a3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ ACLOCAL_AMFLAGS = -I m4 gettextsrcdir = $(datadir)/gettext gettextsrc_DATA = ABOUT-NLS -SUBDIRS = doc intl intl-java lib src po man m4 misc tests +SUBDIRS = doc intl intl-java lib src po man m4 projects misc tests EXTRA_DIST = BUGS DISCLAIM README.gemtext \ djgpp/Makefile.maint djgpp/README.in djgpp/README \ diff --git a/configure.in b/configure.in index 0f01407ba..82a40b17c 100644 --- a/configure.in +++ b/configure.in @@ -129,6 +129,7 @@ AC_OUTPUT([Makefile \ doc/Makefile man/Makefile man/x-to-1 \ tests/Makefile \ m4/Makefile \ + projects/Makefile \ misc/Makefile misc/gettextize], [ dnl Fix unesthetic build commands generated by automake. changequote(,)dnl