diff options
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/intl-csharp/ChangeLog | 8 | ||||
-rw-r--r-- | gettext-runtime/intl-csharp/Makefile.am | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/gettext-runtime/intl-csharp/ChangeLog b/gettext-runtime/intl-csharp/ChangeLog index 41d27d5..32ac310 100644 --- a/gettext-runtime/intl-csharp/ChangeLog +++ b/gettext-runtime/intl-csharp/ChangeLog @@ -6,6 +6,14 @@ * Makefile.am (CSHARPCOMPFLAGS): Use value set by csharpcomp.m4. +2006-06-21 Bruno Haible <bruno@clisp.org> + + * gettext-0.14.6 released. + +2006-06-21 Bruno Haible <bruno@clisp.org> + + * Makefile.am (CLEANFILES): Add GNU.Gettext.dll.mdb. + 2005-05-23 Bruno Haible <bruno@clisp.org> * gettext-0.14.5 released. diff --git a/gettext-runtime/intl-csharp/Makefile.am b/gettext-runtime/intl-csharp/Makefile.am index 28db6ff..5c40f93 100644 --- a/gettext-runtime/intl-csharp/Makefile.am +++ b/gettext-runtime/intl-csharp/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/intl-csharp subdirectory of GNU gettext -## Copyright (C) 2003 Free Software Foundation, Inc. +## Copyright (C) 2003, 2006 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ GNU.Gettext.dll: intl.cs EXTRA_DIST += intl.cs -CLEANFILES += GNU.Gettext.dll +CLEANFILES += GNU.Gettext.dll GNU.Gettext.dll.mdb install-dll: install-dll-@BUILDCSHARP@ install-dll-no: |