diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-21 16:56:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:25 +0200 |
commit | 60883292331d773534fefe58db5db21a52d21989 (patch) | |
tree | 9947688696950fd0634bbdf060ea2f821d438d2c /gettext-runtime | |
parent | ebbeadacb25f9b363c27af4c8ef4c4eda72304f8 (diff) | |
download | external_gettext-60883292331d773534fefe58db5db21a52d21989.zip external_gettext-60883292331d773534fefe58db5db21a52d21989.tar.gz external_gettext-60883292331d773534fefe58db5db21a52d21989.tar.bz2 |
Remove .mdb files left over by C# compiler.
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: |