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: Tue, 30 Aug 2011 14:59:44 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       11/08/30 14:59:44

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        Add server/html5-*.html to verbatim-templates.
        
        * GNUmakefile (verbatim-templates-set): New variable.
        (verbatim-templates): Refactor; add HTML5 headers.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.84&r2=1.85
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.194&r2=1.195

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- GNUmakefile 28 Aug 2011 09:37:09 -0000      1.84
+++ GNUmakefile 30 Aug 2011 14:59:44 -0000      1.85
@@ -686,22 +686,12 @@
 abs-files-to-sync := $(subst $(rootdir)/,,$(files-to-sync))
 # Templates that are not gettextized, but are necessary to reside in
 # trans-coord for HTML validation at build time.
+verbatim-templates-set := header head-include-1 html5-header \
+  html5-head-include banner footer
 verbatim-templates := $(addprefix server/, \
-  header.html head-include-1.html banner.html footer.html \
-  header.af.html head-include-1.af.html banner.af.html footer.af.html \
-  header.ar.html head-include-1.ar.html banner.ar.html footer.ar.html \
-  header.bg.html head-include-1.bg.html banner.bg.html footer.bg.html \
-  header.ca.html head-include-1.ca.html banner.ca.html footer.ca.html \
-  header.es.html head-include-1.es.html banner.es.html footer.es.html \
-  header.fr.html head-include-1.fr.html banner.fr.html footer.fr.html \
-  header.it.html head-include-1.it.html banner.it.html footer.it.html \
-  header.pt.html head-include-1.pt.html banner.pt.html footer.pt.html \
-  header.pt-br.html head-include-1.pt-br.html banner.pt-br.html \
-  footer.pt-br.html \
-  header.ru.html head-include-1.ru.html banner.ru.html footer.ru.html \
-  header.tr.html head-include-1.tr.html banner.tr.html footer.tr.html \
-  header.zh-cn.html head-include-1.zh-cn.html banner.zh-cn.html \
-  footer.zh-cn.html \
+  $(foreach template,$(verbatim-templates-set), \
+     $(foreach temp-lang,$(TEMPLATE_LINGUAS),$(template).$(temp-lang).html) \
+   ) \
   whatsnew.html whatsnew.include)
 
 .PHONY: sync

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -b -r1.194 -r1.195
--- ChangeLog   28 Aug 2011 09:37:09 -0000      1.194
+++ ChangeLog   30 Aug 2011 14:59:44 -0000      1.195
@@ -1,3 +1,9 @@
+2011-08-30  Pavel Kharitonov  <address@hidden>
+
+       Add server/html5-*.html to verbatim-templates.
+       * GNUmakefile (verbatim-templates-set): New variable.
+       (verbatim-templates): Refactor; add HTML5 headers.
+
 2011-08-28  Pavel Kharitonov  <address@hidden>
 
        Automatically mark outdated translations.



reply via email to

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