trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Thu, 06 Mar 2008 07:15:04 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/03/06 07:15:03

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        (report): Restore the `error' function, but use it in commands.
        Use the variable for msgfmt.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- ChangeLog   5 Mar 2008 22:30:14 -0000       1.21
+++ ChangeLog   6 Mar 2008 07:15:02 -0000       1.22
@@ -4,6 +4,8 @@
        (ALL_POTS, articles_translated): Guard all $(info) make functions
        in a VERBOSE conditional, to be friendly with translators who do
        generally do not appreaciate the huge output.
+       (report): Restore the `error' function, but use it in commands.
+       Use the variable for msgfmt.
 
        * gnun.texi (Runtime Variables): Document `VERBOSE'.
 

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- GNUmakefile 5 Mar 2008 22:30:14 -0000       1.7
+++ GNUmakefile 6 Mar 2008 07:15:03 -0000       1.8
@@ -350,12 +350,12 @@
 .PHONY: report
 report: 
 ifndef TEAM
-$(warning Please specify a language code, for example TEAM=fr)
+       $(error Please specify a language code, for example TEAM=fr)
 endif
 ifneq ($(TEAM),$(findstring $(TEAM),$(sort $(GENERIC_LINGUAS))))
-$(warning There are no translations for language "$(TEAM)")
+       $(error There are no translations for language "$(TEAM)")
 endif
        @cd $(rootdir) ; LC_ALL=C find -name '*.$(TEAM).po' -printf "%p: " \
-         -exec msgfmt --statistics -o /dev/null '{}' \; 2>&1 \
+         -exec $(MSGFMT) --statistics -o /dev/null '{}' \; 2>&1 \
            | sort | egrep '(fuzzy|untranslated)' \
          || echo "All translations seem to be up-to-date."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]