diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-08 05:48:03 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-08 05:48:03 +0000 |
commit | dac25522cd299436ac1a7fe366e66d9a348e1715 (patch) | |
tree | c0bda6224d0e1e5b6bea685d652efb1d0dd5bda7 /Makefile.am | |
parent | 27d7a012ffa8303789d252d681e8dc55c1205533 (diff) |
Updates.
Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Updates.
* README.in: Add warnings about current encoding problems with .po
files and error logging functions.
* configure.in: Check for bind_textdomain_codeset().
* glib/gutils.c (_glib_gettext): Call
bind_textdomain_codeset, if present.
* INSTALL.in: Some updates.
* AUTHORS: Updates.
* Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST.
* docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt
from EXTRA_DIST.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce5344541..76768e614 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,6 @@ EXTRA_DIST = \ README.in \ INSTALL.in \ README.win32 \ - TODO.xml \ makefile.msc \ makefile.mingw \ glibconfig.h.win32.in \ |