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: Fri, 07 Dec 2012 13:26:12 +0000

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

Modified files:
        gnun/server/gnun: GNUmakefile NEWS ChangeLog 
        gnun/server/gnun/doc: gnun.texi 

Log message:
        * GNUmakefile (VALIDATE):
        * doc/gnun.texi (Runtime Variables) <VALIDATE>:
        VALIDATE=yes is assumed by default.
        * NEWS: Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.146&r2=1.147
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.72&r2=1.73
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.313&r2=1.314
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/doc/gnun.texi?cvsroot=trans-coord&r1=1.67&r2=1.68

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- GNUmakefile 3 Dec 2012 14:28:06 -0000       1.146
+++ GNUmakefile 7 Dec 2012 13:25:53 -0000       1.147
@@ -70,7 +70,12 @@
 VCSSKIP := echo "SKIP:"
 endif
 
-# Do not validate any files by default unless VALIDATE=yes.
+# Assume VALIDATE=yes when unspecified.
+ifeq (,$(VALIDATE))
+VALIDATE := yes
+endif
+
+# Do not validate any files when VALIDATE doesn't contain `yes'.
 ifneq (,$(findstring yes,$(VALIDATE)))
 VALIDATESKIP :=
 else

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- NEWS        7 Dec 2012 04:39:37 -0000       1.72
+++ NEWS        7 Dec 2012 13:25:57 -0000       1.73
@@ -2,7 +2,10 @@
 
 * Changes in GNUnited Nations 0.7 (????-??-??)
 
-** The rules for home and original templates are not hardcoded
+** VALIDATE=yes is assumed by default in GNUmakefile. See
+   http://gnu.org/s/trans-coord/manual/gnun/html_node/Runtime-Variables.html
+
+** The rules for home and primeval templates are not hardcoded
    any more.  The home page is defined as a no-grace `root' page,
    the templates are declared in the `extra-templates' variable.
 
@@ -11,12 +14,12 @@
 *** `gnun-diff-po'
     Generates differences between revisions of a PO file
     in HTML format.  For more details, see the manual
-    ('(gnun)gnun-diff-po)').
+    
http://gnu.org/s/trans-coord/manual/gnun/html_node/gnun_002ddiff_002dpo.html
 
 *** `gnun-report'
     Generates per-team reports about status of translations
     in HTML format.  For more details, see the manual
-    ('(gnun)gnun-report)').
+    http://gnu.org/s/trans-coord/manual/gnun/html_node/gnun_002dreport.html
 
 ** GNUN doesn't depend on Guile any more.
 
@@ -41,7 +44,7 @@
 
 ** Bugs fixed in 0.7.
 
-*** Parallel builds must work again (broken since 0.5).
+*** Parallel builds are supported again (must be broken since 0.5).
 
 *** The `report' target didn't take into account the subdirectories of
     `important' directories.

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -b -r1.313 -r1.314
--- ChangeLog   7 Dec 2012 07:58:31 -0000       1.313
+++ ChangeLog   7 Dec 2012 13:26:01 -0000       1.314
@@ -1,5 +1,12 @@
 2012-12-07  Pavel Kharitonov  <address@hidden>
        
+       * GNUmakefile (VALIDATE):
+       * doc/gnun.texi (Runtime Variables) <VALIDATE>:
+       VALIDATE=yes is assumed by default.
+       * NEWS: Update.
+
+2012-12-07  Pavel Kharitonov  <address@hidden>
+       
        * GNUmakefile.team (sync-file) <sync-$(1)>: Ignore
        differences in `PO-Revision-Date'.
 

Index: doc/gnun.texi
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/doc/gnun.texi,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- doc/gnun.texi       4 Dec 2012 16:20:06 -0000       1.67
+++ doc/gnun.texi       7 Dec 2012 13:26:06 -0000       1.68
@@ -508,8 +508,7 @@
 @cindex sanity checks
 @item VALIDATE=no
 @itemx @dots{}
-Does not perform validation of the HTML articles and PO files.  This
-is the default, and not defining this variable has the same effect.
+Skips validation of the HTML articles and generated translations.
 
 @item VALIDATE=yes
 Validates all original articles before generating the POTs, to ensure
@@ -519,12 +518,14 @@
 fix the errors that are reported as a result of enforcing validation.
 
 Articles defined in the variable @code{no-validate-articles} are never
-checked for HTML validity.  Its purpose was to skip validation of HTML
-5 articles, until the command-line validation tools are updated to
+checked for HTML validity.  Its purpose was to skip validation of HTML5
+articles, until the command-line validation tools are updated to
 parse files that comply with this new standard.  As of version 0.5
-GNUN supports HTML 5, so resorting to @code{no-validate-articles}
+GNUN supports HTML5, so resorting to @code{no-validate-articles}
 should not be necessary.
 
+This is the default, and not defining this variable has the same effect.
+
 @cindex NOTIFY
 @cindex mail, notifications
 @item NOTIFY=no



reply via email to

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