www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/gnun gnun.mk


From: Pavel Kharitonov
Subject: www/server/gnun gnun.mk
Date: Mon, 26 Nov 2012 14:40:28 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       12/11/26 14:40:28

Modified files:
        server/gnun    : gnun.mk 

Log message:
        (HOME_LINQUAS): Deprecate the variable.
        (no-grace-articles, ROOT): Add `home'.
        (extra-templates): Move hardcoded templates here.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/gnun/gnun.mk?cvsroot=www&r1=1.303&r2=1.304

Patches:
Index: gnun.mk
===================================================================
RCS file: /web/www/www/server/gnun/gnun.mk,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -b -r1.303 -r1.304
--- gnun.mk     6 Oct 2012 03:09:38 -0000       1.303
+++ gnun.mk     26 Nov 2012 14:40:27 -0000      1.304
@@ -22,7 +22,8 @@
                     pt-br ro ru sk sq sr sv ta tr uk vi zh-cn zh-tw
 
 # TRANSLATORS: If you have committed home.LANG.po, add here your
-# language code.
+# language code.  This variable is obsolete; it must be removed after gnun-0.7
+# release.
 HOME_LINGUAS := ar bg ca cs de el es fa fr id it ja ko nb nl pl pt-br ro ru sq 
\
                sr tr uk zh-cn
 
@@ -35,12 +36,19 @@
 # List of articles for which GRACE do not apply; i.e. they are
 # regenerated even if there are fuzzy strings.
 no-grace-articles := $(addprefix $(rootdir)/, \
-                       server/po/takeaction)
+                       home,server/po/takeaction)
 
-# List of additional templates
+# List of mandatory templates (all %.$lang.po files are generated).
 extra-templates := philosophy/philosophy-menu \
+                  server/body-include-1 \
+                  server/body-include-2 \
+                  server/footer-text \
+                  server/head-include-2 \
+                  server/outdated \
                   server/skip-translations \
                   server/top-addendum
+# List of templates that are translated or not on the discretion
+# of the respective team (the PO files are merged, but are not created).
 optional-templates := planetfeeds
 
 # List of articles for which VALIDATE has no full effect; i.e. the
@@ -94,7 +102,8 @@
                testimonials \
                thankgnus
 
-ROOT :=                keepingup \
+ROOT :=                home \
+               keepingup \
                provide
 
 accessibility :=       accessibility



reply via email to

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