diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-28 15:10:05 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:24 +0200 |
commit | 56ec758cd7b62a3816990b9ad514063f990ab3cf (patch) | |
tree | 2a27c9a7b37009f5e2519f4c5fe03cbc5881236f /gettext-tools | |
parent | 994526a7ab14929224c9198f5fb00b96d7992ceb (diff) | |
download | external_gettext-56ec758cd7b62a3816990b9ad514063f990ab3cf.zip external_gettext-56ec758cd7b62a3816990b9ad514063f990ab3cf.tar.gz external_gettext-56ec758cd7b62a3816990b9ad514063f990ab3cf.tar.bz2 |
Add styles directory.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-tools/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/configure.ac | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index ea4ce58..3bb4190 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,9 @@ +2007-10-28 Bruno Haible <bruno@clisp.org> + + * styles: New directory. + * Makefile.am (SUBDIRS): Add styles. + * configure.ac (AC_CONFIG_FILES): Add styles/Makefile. + 2007-10-17 Bruno Haible <bruno@clisp.org> * woe32dll/gettextlib-exports.c: Export gl_array_list_implementation, diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index c41a974..87de0ba 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 9a4c524..025ccf5 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]) |