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, 05 Aug 2013 08:54:37 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       13/08/05 08:54:37

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        (article-rules): Don't commit *-en.html when the only difference is
        in the "$Date:" line.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.161&r2=1.162
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.375&r2=1.376

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -b -r1.161 -r1.162
--- GNUmakefile 14 Jun 2013 11:54:09 -0000      1.161
+++ GNUmakefile 5 Aug 2013 08:54:33 -0000       1.162
@@ -1080,7 +1080,8 @@
            fi)
        $(call extract-outdated-date,$(1).po) > /dev/null \
        || ($(call add-file,$(1)-en.html); \
-           cp $(subst /po/,/,$(1:.$(2)=).html) $(1)-en.html)
+           diff -q -I "[$$$$]Date:" $(subst /po/,/,$(1:.$(2)=).html) 
$(1)-en.html \
+           || cp $(subst /po/,/,$(1:.$(2)=).html) $(1)-en.html)
 endef
 
 $(foreach base,$(ALL_BASE),$(eval $(call article-pot-rules,$(base))))

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -b -r1.375 -r1.376
--- ChangeLog   12 Jul 2013 05:48:55 -0000      1.375
+++ ChangeLog   5 Aug 2013 08:54:35 -0000       1.376
@@ -1,3 +1,8 @@
+2013-08-05  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (article-rules): Don't commit *-en.html
+       when the only difference is in the "$Date:" line.
+
 2013-07-12  Pavel Kharitonov  <address@hidden>
 
        * gnun-diff-po.in (usage): Remove spurious full stop.



reply via email to

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