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 gnun-val...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog gnun-val...
Date: Sat, 07 Feb 2009 21:04:58 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/02/07 21:04:58

Modified files:
        gnun/server/gnun: ChangeLog gnun-validate-html 
                          gnun-validate-html.in make-prototype 
                          make-prototype.in 

Log message:
        Adjust --help output.
        * make-prototype.in (help-message):
        * gnun-validate-html.in (usage): Tweak 2009-02-01 change as per
        the last GCS amendments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.129&r2=1.130
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html?cvsroot=trans-coord&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html.in?cvsroot=trans-coord&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype?cvsroot=trans-coord&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype.in?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.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- ChangeLog   6 Feb 2009 14:20:57 -0000       1.129
+++ ChangeLog   7 Feb 2009 21:04:58 -0000       1.130
@@ -1,3 +1,10 @@
+2009-02-07  Yavor Doganov  <address@hidden>
+
+       Adjust --help output.
+       * make-prototype.in (help-message):
+       * gnun-validate-html.in (usage): Tweak 2009-02-01 change as per
+       the last GCS amendments.
+
 2009-02-06  Yavor Doganov  <address@hidden>
 
        * GNUmakefile ($(1).proto $(1).translinks): Split...

Index: gnun-validate-html
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-validate-html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- gnun-validate-html  1 Feb 2009 12:54:10 -0000       1.5
+++ gnun-validate-html  7 Feb 2009 21:04:58 -0000       1.6
@@ -37,9 +37,9 @@
       --version              Just print version info and return
       --help                 Print this usage information message
 
-Report bugs to address@hidden
-GNUnited Nations home page: http://www.gnu.org/software/gnun/
-General help using GNU software: http://www.gnu.org/gethelp/
+Report bugs to address@hidden
+GNUnited Nations home page: <http://www.gnu.org/software/gnun/>
+General help using GNU software: <http://www.gnu.org/gethelp/>
 EOF
 }
 

Index: gnun-validate-html.in
===================================================================
RCS file: 
/sources/trans-coord/trans-coord/gnun/server/gnun/gnun-validate-html.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gnun-validate-html.in       1 Feb 2009 12:54:10 -0000       1.3
+++ gnun-validate-html.in       7 Feb 2009 21:04:58 -0000       1.4
@@ -37,9 +37,9 @@
       --version              Just print version info and return
       --help                 Print this usage information message
 
-Report bugs to @address@hidden
address@hidden@ home page: http://www.gnu.org/software/@PACKAGE@/
-General help using GNU software: http://www.gnu.org/gethelp/
+Report bugs to @PACKAGE_BUGREPORT@
address@hidden@ home page: <http://www.gnu.org/software/@PACKAGE@/>
+General help using GNU software: <http://www.gnu.org/gethelp/>
 EOF
 }
 

Index: make-prototype
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- make-prototype      1 Feb 2009 12:54:10 -0000       1.6
+++ make-prototype      7 Feb 2009 21:04:58 -0000       1.7
@@ -50,9 +50,9 @@
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
    "\n"
-   "Report bugs to address@hidden"
-   "GNUnited Nations home page: http://www.gnu.org/software/gnun/\n";
-   "General help using GNU software: http://www.gnu.org/gethelp/\n";))
+   "Report bugs to address@hidden"
+   "GNUnited Nations home page: <http://www.gnu.org/software/gnun/>\n"
+   "General help using GNU software: <http://www.gnu.org/gethelp/>\n"))
 
 (define option-grammar
   '((article (value #f))

Index: make-prototype.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- make-prototype.in   1 Feb 2009 12:54:10 -0000       1.4
+++ make-prototype.in   7 Feb 2009 21:04:58 -0000       1.5
@@ -50,9 +50,9 @@
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
    "\n"
-   "Report bugs to @address@hidden"
-   "@PACKAGE_NAME@ home page: http://www.gnu.org/software/@PACKAGE@/\n";
-   "General help using GNU software: http://www.gnu.org/gethelp/\n";))
+   "Report bugs to @address@hidden"
+   "@PACKAGE_NAME@ home page: <http://www.gnu.org/software/@PACKAGE@/>\n"
+   "General help using GNU software: <http://www.gnu.org/gethelp/>\n"))
 
 (define option-grammar
   '((article (value #f))




reply via email to

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