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


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog Makefile...
Date: Sun, 01 Feb 2009 12:54:11 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/02/01 12:54:11

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

Log message:
        Extend --help output.
        * Makefile.am (edit): Substitute @address@hidden
        * gnun-validate-html.in (usage):
        * make-prototype.in (help-message): Add homepage and general help
        info as recommended in the GNU Coding Standards.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.127&r2=1.128
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/Makefile.am?cvsroot=trans-coord&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html?cvsroot=trans-coord&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html.in?cvsroot=trans-coord&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype?cvsroot=trans-coord&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype.in?cvsroot=trans-coord&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- ChangeLog   30 Jan 2009 15:22:15 -0000      1.127
+++ ChangeLog   1 Feb 2009 12:54:10 -0000       1.128
@@ -1,3 +1,11 @@
+2009-02-01  Yavor Doganov  <address@hidden>
+
+       Extend --help output.
+       * Makefile.am (edit): Substitute @address@hidden
+       * gnun-validate-html.in (usage):
+       * make-prototype.in (help-message): Add homepage and general help
+       info as recommended in the GNU Coding Standards.
+
 2009-01-30  Yavor Doganov  <address@hidden>
 
        Install GNUmakefile and config.mk in $(pkgdatadir).

Index: Makefile.am
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Makefile.am 30 Jan 2009 15:22:15 -0000      1.9
+++ Makefile.am 1 Feb 2009 12:54:10 -0000       1.10
@@ -31,6 +31,7 @@
 dist_pkglibexec_SCRIPTS = mailfail
 
 edit = sed \
+       -e 's|@address@hidden|$(PACKAGE)|g' \
        -e 's|@address@hidden|$(PACKAGE_NAME)|g' \
        -e 's|@address@hidden|$(PACKAGE_VERSION)|g' \
        -e 's|@address@hidden|$(PACKAGE_BUGREPORT)|g' \

Index: gnun-validate-html
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-validate-html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- gnun-validate-html  28 Jan 2009 10:11:24 -0000      1.4
+++ gnun-validate-html  1 Feb 2009 12:54:10 -0000       1.5
@@ -27,6 +27,8 @@
 EOF
 }
 
+# FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
+# 2.64 is released.
 function usage () {
 cat <<EOF
 Usage: gnun-validate-html OPTION | FILE
@@ -35,7 +37,9 @@
       --version              Just print version info and return
       --help                 Print this usage information message
 
-Report bugs to address@hidden
+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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gnun-validate-html.in       28 Jan 2009 10:11:24 -0000      1.2
+++ gnun-validate-html.in       1 Feb 2009 12:54:10 -0000       1.3
@@ -27,6 +27,8 @@
 EOF
 }
 
+# FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
+# 2.64 is released.
 function usage () {
 cat <<EOF
 Usage: gnun-validate-html OPTION | FILE
@@ -35,7 +37,9 @@
       --version              Just print version info and return
       --help                 Print this usage information message
 
-Report bugs to @PACKAGE_BUGREPORT@
+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/
 EOF
 }
 

Index: make-prototype
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- make-prototype      28 Jan 2009 10:11:24 -0000      1.5
+++ make-prototype      1 Feb 2009 12:54:10 -0000       1.6
@@ -29,6 +29,8 @@
    "under the terms of the GNU General Public License.\n"
    "For more information about these matters, see the file named COPYING.\n"))
 
+; FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
+; 2.64 is released.
 (define help-message
   (string-append
    "Usage: make-prototype OPTION...\n"
@@ -48,7 +50,9 @@
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
    "\n"
-   "Report bugs to address@hidden"))
+   "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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- make-prototype.in   28 Jan 2009 10:11:24 -0000      1.3
+++ make-prototype.in   1 Feb 2009 12:54:10 -0000       1.4
@@ -29,6 +29,8 @@
    "under the terms of the GNU General Public License.\n"
    "For more information about these matters, see the file named COPYING.\n"))
 
+; FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
+; 2.64 is released.
 (define help-message
   (string-append
    "Usage: make-prototype OPTION...\n"
@@ -48,7 +50,9 @@
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
    "\n"
-   "Report bugs to @address@hidden"))
+   "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]