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 NEWS C...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun GNUmakefile NEWS C...
Date: Fri, 27 Apr 2012 04:40:44 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/04/27 04:40:44

Modified files:
        gnun/server/gnun: GNUmakefile NEWS ChangeLog 

Log message:
        (mark-outdated): Fix `add-file' call.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.123&r2=1.124
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.266&r2=1.267

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -b -r1.123 -r1.124
--- GNUmakefile 24 Apr 2012 06:01:21 -0000      1.123
+++ GNUmakefile 27 Apr 2012 04:40:40 -0000      1.124
@@ -474,7 +474,7 @@
   diff_file=$$$${saved_file}-diff.html; \
   saved_file=$$$${saved_file}-en.html; \
   if test -f $$$${saved_file}; then \
-    $(call add-file $(comma) $$$${diff_file}) \
+    $$(call add-file $(comma) $$$${diff_file}); \
     $(SED) "s/</\&lt;/g;s/>/\&gt;/g" < $$$${saved_file} \
           > $$$${saved_file}.tmp; \
     $(SED) "s/</\&lt;/g;s/>/\&gt;/g" < $$$${original} \

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- NEWS        26 Apr 2012 08:51:03 -0000      1.51
+++ NEWS        27 Apr 2012 04:40:42 -0000      1.52
@@ -26,6 +26,9 @@
 *** `gnun-validate-html' didn't report failure when some SSI files
     were missing.
 
+*** Files with differences to latest full translations weren't
+    added to VCS.
+
 * Changes in GNUnited Nations 0.5 (2012-01-30)
 
 ** Multivews support.

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -b -r1.266 -r1.267
--- ChangeLog   26 Apr 2012 08:51:00 -0000      1.266
+++ ChangeLog   27 Apr 2012 04:40:43 -0000      1.267
@@ -1,3 +1,8 @@
+2012-04-27  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (mark-outdated): Fix `add-file' call.
+       * NEWS: Update.
+
 2012-04-26  Pavel Kharitonov  <address@hidden>
 
        * gnun-validate-html.in: Fail when some SSI files are missing.



reply via email to

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