+2003-02-28 [paul] 0.8.10claws62
+
+ * po/Makefile.in.in
+ add the --check option
+ Patch submitted by Ricardo Mones Lastra
+
2003-02-28 [paul] 0.8.10claws61
* src/prefs_account.c
# Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
#
# This file file be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU Public License
+# be used in projects which are not available under the GNU General Public License
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) --statistics -o $$file $<
+ && rm -f $$file && $(GMSGFMT) --check --statistics -o $$file $<
all: all-@USE_NLS@