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 NEWS C...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun GNUmakefile NEWS C...
Date: Thu, 09 Aug 2012 09:26:07 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/08/09 09:26:07

Modified files:
        gnun/server/gnun: GNUmakefile NEWS ChangeLog 

Log message:
        (validate-all): Don't forget the homepages.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.133&r2=1.134
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.60&r2=1.61
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.286&r2=1.287

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- GNUmakefile 31 Jul 2012 10:51:17 -0000      1.133
+++ GNUmakefile 9 Aug 2012 09:26:06 -0000       1.134
@@ -1298,14 +1298,15 @@
 # and the page may become invalid in an included file changes.
 .PHONY: validate-all
 validate-all:
-       for html in $(subst /po/,/,$(ALL_POTS:%.pot=%.html)); do \
+       for html in $(subst /po/,/,$(ALL_POTS:%.pot=%.html)) \
+            $(rootdir)/home.html; do \
           echo Validating $${html}...; \
           $(VALIDATE-HTML-NOTIFY) $(NOTIFYSKIP) ${web-addr} $${html}; \
         done
 # Note that the HTML file with translation may or may not exist yet,
 # so we should test it; also, if the HTML file is not newer than PO,
 # it may be a very old translation whose format validation is not supported.
-       for html in $(articles-translated); do \
+       for html in $(articles-translated) $(home-translated); do \
           po=$${html%html}po; po=$${po%/*}/po/$${po##*/}; \
           if test -f $${html} && test $${html} -nt $${po}; then \
             echo Validating $${html}...; \

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- NEWS        31 Jul 2012 10:51:17 -0000      1.60
+++ NEWS        9 Aug 2012 09:26:07 -0000       1.61
@@ -16,6 +16,8 @@
 ***  The `report' target didn't take into account the subdirectories of
      `important' directories.
 
+***  The `validate-all' targed didn't validate the home pages.
+
 * Changes in GNUnited Nations 0.6 (2012-06-28)
 
 ** New target in GNUmakefile: `validate-all'.

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -b -r1.286 -r1.287
--- ChangeLog   31 Jul 2012 10:51:17 -0000      1.286
+++ ChangeLog   9 Aug 2012 09:26:07 -0000       1.287
@@ -1,3 +1,8 @@
+2012-08-09  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (validate-all): Don't forget the homepages.
+       * NEWS: Update.
+
 2012-07-31  Pavel Kharitonov  <address@hidden>
 
        Add `optional-templates'.



reply via email to

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