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 GNUmakef...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakef...
Date: Tue, 26 Feb 2008 16:12:21 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/02/26 16:12:21

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile gnun.mk 

Log message:
        * GNUmakefile ($(rootdir)/home.$(1).shtml): Add `ru' in the
        $(VALIDATE-HTML) conditional.
        (verbatim-templates): Add header.ru.html and footer.ru.html.
        * gnun.mk (TEMPLATE_LINGUAS): Add `ru'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun.mk?cvsroot=trans-coord&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- ChangeLog   26 Feb 2008 09:51:44 -0000      1.8
+++ ChangeLog   26 Feb 2008 16:12:21 -0000      1.9
@@ -1,13 +1,18 @@
 2008-02-26  Yavor Doganov  <address@hidden>
 
+       * GNUmakefile ($(rootdir)/home.$(1).shtml): Add `ru' in the
+       $(VALIDATE-HTML) conditional.
+       (verbatim-templates): Add header.ru.html and footer.ru.html.
+
        * gnun.mk (licenses): New variable; add `gpl-faq' to test the
        compatibility matrix and `why-not-lgpl'.
        (ALL_DIRS): Add `licenses'.
        (philosophy): Add `not-ipr' to migrate the Afrikaans translation.
+       (TEMPLATE_LINGUAS): Add `ru'.
 
 2008-02-25  Yavor Doganov  <address@hidden>
 
-       * gnun.texi (Runtime Variables): Ellaborate on the VALIDATE=yes
+       * gnun.texi (Runtime Variables): Elaborate on the VALIDATE=yes
        behavior.
 
 2008-02-23  Yavor Doganov  <address@hidden>

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- GNUmakefile 20 Feb 2008 09:11:07 -0000      1.1
+++ GNUmakefile 26 Feb 2008 16:12:21 -0000      1.2
@@ -215,7 +215,7 @@
 # variable `verbatim-templates' accordingly.  
 # FIXME: Remove this conditional when GNUN operates in `www', where we
 # want to validate everything.
-ifneq (,$(findstring $(1),bg))
+ifneq (,$(findstring $(1),bg ru))
        $(VALIDATESKIP) $(VALIDATE-HTML) $$@
 endif
 endef
@@ -288,7 +288,8 @@
 # trans-coord for HTML validation at build time.
 verbatim-templates := $(addprefix server/,header.html footer.html \
                                          header.af.html footer.af.html \
-                                         header.bg.html footer.bg.html)
+                                         header.bg.html footer.bg.html \
+                                         header.ru.html footer.ru.html)
 
 .PHONY: sync
 sync: 

Index: gnun.mk
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- gnun.mk     26 Feb 2008 09:51:44 -0000      1.4
+++ gnun.mk     26 Feb 2008 16:12:21 -0000      1.5
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNUnited Nations. If not, see <http://www.gnu.org/licenses/>.
 
-TEMPLATE_LINGUAS := af bg
+TEMPLATE_LINGUAS := af bg ru
 
 HOME_LINGUAS := bg pl zh-cn
 




reply via email to

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