From: Bruno Haible Date: Sun, 28 Oct 2007 15:10:05 +0000 (+0000) Subject: Add styles directory. X-Git-Tag: v0.17~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ec758cd7b62a3816990b9ad514063f990ab3cf;p=thirdparty%2Fgettext.git Add styles directory. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index ea4ce5806..3bb4190ac 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,9 @@ +2007-10-28 Bruno Haible + + * styles: New directory. + * Makefile.am (SUBDIRS): Add styles. + * configure.ac (AC_CONFIG_FILES): Add styles/Makefile. + 2007-10-17 Bruno Haible * woe32dll/gettextlib-exports.c: Export gl_array_list_implementation, diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index c41a9746f..87de0bab3 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL = ../build-aux/fixaclocal @ACLOCAL@ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4 -SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects misc man m4 tests gnulib-tests examples +SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples EXTRA_DIST = misc/DISCLAIM MOSTLYCLEANFILES = core *.stackdump diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 9a4c524f7..025ccf5b3 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -373,6 +373,8 @@ AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([projects/Makefile]) +AC_CONFIG_FILES([styles/Makefile]) + AC_CONFIG_FILES([misc/Makefile]) AC_CONFIG_FILES([misc/gettextize], [chmod a+x misc/gettextize]) AC_CONFIG_FILES([misc/autopoint], [chmod a+x misc/autopoint])