]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add styles directory.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Oct 2007 15:10:05 +0000 (15:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:24 +0000 (12:15 +0200)
gettext-tools/ChangeLog
gettext-tools/Makefile.am
gettext-tools/configure.ac

index ea4ce580663c1cfdd03ac504f1226537bf029d31..3bb4190ac3ad1cd5abaee768299dc6eec86619a6 100644 (file)
@@ -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,
index c41a9746f5de992e31bbb707de7987b570500bc3..87de0bab3a1d3340c41f786fbad2e981267ee14c 100644 (file)
@@ -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
index 9a4c524f717f810c03dc2dcf65552b73535968ab..025ccf5b3d503b917d013f208e499a4e01e4fcb3 100644 (file)
@@ -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])