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, 26 Nov 2012 06:45:24 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/11/26 06:45:24

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        (article-pot-rules) <$(1).translist>: Depend on all possible HTML files
        rather than on those existing at make launch time.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.143&r2=1.144
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.306&r2=1.307

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -b -r1.143 -r1.144
--- GNUmakefile 24 Nov 2012 12:26:51 -0000      1.143
+++ GNUmakefile 26 Nov 2012 06:45:23 -0000      1.144
@@ -1066,12 +1066,12 @@
        $$(fixperm)
        $$(generate-pot)
 
-# We assume that updating the .translist doesn't affect validity
+# We assume that updating the .translist doesn't affect the validity
 # of the HTML files that include it; if this is not the case,
 # validate-all will complain.
 # It might depend on the POs, but then it could be rebuilt too early,
 # before some HTML, and therefore contain a wrong list.
-$(1).translist: $(wildcard $(subst /po/,/,$(1)).*.html)
+$(1).translist: $(filter $(subst /po/,/,$1).%.html,$(articles-translated))
        $(call generate-translinks,$1)
 endef
 

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -b -r1.306 -r1.307
--- ChangeLog   24 Nov 2012 12:26:51 -0000      1.306
+++ ChangeLog   26 Nov 2012 06:45:23 -0000      1.307
@@ -1,3 +1,9 @@
+2012-11-26  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (article-pot-rules) <$(1).translist>: Depend
+       on all possible HTML files rather than on those existing
+       at make launch time.
+
 2012-11-24  Pavel Kharitonov  <address@hidden>
 
        Improve parallel buildability.  Minor cleanups.



reply via email to

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