From: Bruno Haible Date: Wed, 21 Jun 2006 16:53:06 +0000 (+0000) Subject: Remove .mdb file left over by C# compiler. X-Git-Tag: v0.14.6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3a79321fec2f02bf1ec18a6a38e7238e5ae9f9;p=thirdparty%2Fgettext.git Remove .mdb file left over by C# compiler. --- diff --git a/gettext-runtime/intl-csharp/ChangeLog b/gettext-runtime/intl-csharp/ChangeLog index 82cd3be18..683c022be 100644 --- a/gettext-runtime/intl-csharp/ChangeLog +++ b/gettext-runtime/intl-csharp/ChangeLog @@ -1,3 +1,11 @@ +2006-06-21 Bruno Haible + + * gettext-0.14.6 released. + +2006-06-21 Bruno Haible + + * Makefile.am (CLEANFILES): Add GNU.Gettext.dll.mdb. + 2005-05-23 Bruno Haible * gettext-0.14.5 released. diff --git a/gettext-runtime/intl-csharp/Makefile.am b/gettext-runtime/intl-csharp/Makefile.am index 53678b316..54a651a59 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: diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index c8bdac21d..ef21cea8c 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,12 @@ +2006-06-21 Bruno Haible + + * gettext-0.14.6 released. + +2006-06-21 Bruno Haible + + * Makefile.am (CLEANFILES): Add msgfmt.net.exe.mdb, + msgunfmt.net.exe.mdb. + 2006-06-21 Bruno Haible * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index e0482343d..53a0dad87 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2005 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-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 @@ -340,7 +340,9 @@ uninstall-java-no-no: EXTRA_DIST += msgfmt.cs msgunfmt.cs -CLEANFILES += msgfmt.net.exe msgunfmt.net.exe +CLEANFILES += \ + msgfmt.net.exe msgfmt.net.exe.mdb \ + msgunfmt.net.exe msgunfmt.net.exe.mdb all-local: all-csharp-@BUILDCSHARP@ all-csharp-yes: msgfmt.net.exe msgunfmt.net.exe