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: Sat, 15 Mar 2008 09:46:17 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/03/15 09:46:17

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

Log message:
        * GNUmakefile (mail-error-proto): Strip the leading slash from the
        filename in the subject of the message for consistency with the
        other error messages.
        * gnun.texi (Runtime Variables, sync): Adjust the variable names
        as per previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun.texi?cvsroot=trans-coord&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ChangeLog   14 Mar 2008 22:05:11 -0000      1.41
+++ ChangeLog   15 Mar 2008 09:46:15 -0000      1.42
@@ -1,3 +1,12 @@
+2008-03-15  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (mail-error-proto): Strip the leading slash from the
+       filename in the subject of the message for consistency with the
+       other error messages.
+
+       * gnun.texi (Runtime Variables, sync): Adjust the variable names
+       as per previous change.
+
 2008-03-14  Kaloian Doganov  <address@hidden>
 
        * GNUmakefile (replaceable_includes): Renamed to

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- GNUmakefile 14 Mar 2008 21:35:39 -0000      1.20
+++ GNUmakefile 15 Mar 2008 09:46:16 -0000      1.21
@@ -151,7 +151,7 @@
 # The command to mail errors from make-prototype.
 define mail-error-proto
 ./mailfail $(NOTIFYSKIP) $(web-addr),$(devel-addr) \
-  "[GNUN Error] Incompatible change in $(subst $(rootdir),,$<)"
+  "[GNUN Error] Incompatible change in $(subst $(rootdir)/,,$<)"
 endef
 
 # Ensure that generic.LANG.html is always present for the homepage and

Index: gnun.texi
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/gnun.texi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- gnun.texi   14 Mar 2008 15:22:30 -0000      1.17
+++ gnun.texi   15 Mar 2008 09:46:16 -0000      1.18
@@ -4,7 +4,7 @@
 @settitle GNUnited Nations Manual
 @c FIXME: Would be nice to have it in the format `%:b %:d, %:y', but
 @c in English.
address@hidden lastupdate 14.03.2008
address@hidden lastupdate 15.03.2008
 @afourpaper
 @c %**end of header
 
@@ -449,7 +449,7 @@
 specific language an article is being generated, an empty file will be
 added.  Finally, any missing PO and their HTML counterparts of the
 server templates will be added, computed on the basis of the
address@hidden variable.
address@hidden variable.
 
 @item VCS=always
 Because @acronym{GNU} Make considers the targets up-to-date after a
@@ -478,13 +478,13 @@
 @item NOTIFY=yes
 If an error occurs, send a mail with a meaningful subject and the
 error message as body to the concerned party.  The variables
address@hidden, @code{web_addr} and @code{transl_addr} control the
address@hidden, @code{web-addr} and @code{transl-addr} control the
 recipients; normally they should be set to the @acronym{GNUN}
 maintainers, webmasters and translators accordingly.
 
 @item VERBOSE=yes
-If defined, the value of the variables @code{templates_translated},
address@hidden, @code{ALL_POTS} and @code{articles_translated}
+If defined, the value of the variables @code{templates-translated},
address@hidden, @code{ALL_POTS} and @code{articles-translated}
 will be printed to the standard output.  This is off by default, but
 recommended in general since it will show a bug in the computation of
 the basic variables.
@@ -565,7 +565,7 @@
 `yes' then the synchronized files are committed to the `testing'
 repository, e.g. the @var{destination}.  In addition, if a file meant
 to be synchronized disappeared from the @var{source}, a warning mail
-will be sent to the address defined in the @code{devel_addr} variable
+will be sent to the address defined in the @code{devel-addr} variable
 (defined only in @file{GNUmakefile}).  The build will continue without
 failure, and will sync and commit all other files, but will send the
 same email message again if the file is still present in the




reply via email to

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