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

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

trans-coord/gnun/server/gnun GNUmakefile ChangeLog


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun GNUmakefile ChangeLog
Date: Mon, 27 Feb 2012 13:48:47 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/02/27 13:48:47

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        (update-po): Fix the previous commit.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.113&r2=1.114
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.250&r2=1.251

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -b -r1.113 -r1.114
--- GNUmakefile 24 Feb 2012 07:06:10 -0000      1.113
+++ GNUmakefile 27 Feb 2012 13:48:47 -0000      1.114
@@ -422,10 +422,14 @@
 # is nothing to merge.
 define update-po
 $(MSGMERGE) --update --previous $(1) $(2) && touch $(1) \
-  && ($(call update-po-status,$(1)) \
-  $(if $(and $(WDIFF), $(findstring $(subst .,,$(suffix $(basename $(1)))), \
-                        $(FUZZY_DIFF_LINGUAS))), \
-    ; $(ADD-FUZZY-DIFF) --in-place $(1)))
+  && ($(call update-po-status,$(1)); \
+      if test "x$(WDIFF)" != x \
+        && { lang=`echo $(1)`; lang=$$$${lang:-xxxx}; \
+             lang=$$$${lang%.po}; lang=$$$${lang##*.}; \
+            echo $(FUZZY_DIFF_LINGUAS) | $(GREP) -q $$$${lang}; }; \
+      then \
+        $(ADD-FUZZY-DIFF) --in-place $(1); \
+      fi;)
 endef
 
 # The command to mail errors from make-prototype.

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -b -r1.250 -r1.251
--- ChangeLog   24 Feb 2012 07:06:09 -0000      1.250
+++ ChangeLog   27 Feb 2012 13:48:47 -0000      1.251
@@ -1,3 +1,7 @@
+2012-01-27  Pavel Kharitonov  <address@hidden>
+
+       * GNUMakefile (update-po): Fix the previous commit.
+
 2012-01-24  Pavel Kharitonov  <address@hidden>
 
        * GNUMakefile (generate-html, home-rules, template-rules)



reply via email to

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