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: Sun, 01 Jun 2008 07:51:59 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/06/01 07:51:59

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        ($(template-dir)/po/whatsnew.%.html): Add
        $(template-dir)/whatsnew.%.include to prerequisites to ensure that
        it is built first and m4 can expand it for the validation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.73&r2=1.74
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.37&r2=1.38

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- ChangeLog   30 May 2008 15:13:22 -0000      1.73
+++ ChangeLog   1 Jun 2008 07:51:59 -0000       1.74
@@ -1,3 +1,9 @@
+2008-06-01  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile ($(template-dir)/po/whatsnew.%.html): Add
+       $(template-dir)/whatsnew.%.include to prerequisites to ensure that
+       it is built first and m4 can expand it for the validation.
+
 2008-05-30  Yavor Doganov  <address@hidden>
 
        Initial implementation of the whatsnew/gnusflashes translations

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- GNUmakefile 30 May 2008 17:19:01 -0000      1.37
+++ GNUmakefile 1 Jun 2008 07:51:59 -0000       1.38
@@ -234,7 +234,7 @@
 $(foreach t-lang,$(TEMPLATE_LINGUAS),$(eval $(call template-rules,$(t-lang))))
 ### End of the templates-specific rules ###
 
-### Specific rules for the What's New system (a.k.a. GNU news).
+### Specific rules for the What's New system (a.k.a. GNU news) ###
 # There is a lot of duplication with article-rules, but at least one
 # command in every recipe has to be different.  Also, we don't want
 # whatsnew to be in gnun.mk as if it is it will be built by the
@@ -301,6 +301,7 @@
 $(template-dir)/po/whatsnew.%.html: $(template-dir)/po/whatsnew.proto \
                                    $(template-dir)/po/whatsnew.translinks \
                                    $(template-dir)/po/whatsnew.%.po \
+                                   $(template-dir)/whatsnew.%.include \
                                    generic.%.html
        [ -f $(template-dir)/$(@F) ] \
          || (touch $(template-dir)/$(@F) ; \




reply via email to

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