gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards ChangeLog maintain.texi work.m/GNU...


From: Karl Berry
Subject: gnustandards ChangeLog maintain.texi work.m/GNU...
Date: Mon, 26 Sep 2011 18:18:16 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       11/09/26 18:18:16

Modified files:
        .              : ChangeLog maintain.texi 
        work.m         : GNUmakefile 

Log message:
        mention http://bugs.gnu.org for email tracker, savannah for web tracker

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.142&r2=1.143
http://cvs.savannah.gnu.org/viewcvs/gnustandards/maintain.texi?cvsroot=gnustandards&r1=1.206&r2=1.207
http://cvs.savannah.gnu.org/viewcvs/gnustandards/work.m/GNUmakefile?cvsroot=gnustandards&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- ChangeLog   26 Sep 2011 00:46:56 -0000      1.142
+++ ChangeLog   26 Sep 2011 18:18:15 -0000      1.143
@@ -1,3 +1,8 @@
+2011-09-26  Karl Berry  <address@hidden>
+
+       * maintain.texi (Replying to Mail): mention the email tracker
+       at http://bugs.gnu.org, and the web trackers savannah supports.
+
 2011-09-25  Karl Berry  <address@hidden>
 
        * maintain.texi (Automated Upload Procedure): mention 

Index: maintain.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/maintain.texi,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -b -r1.206 -r1.207
--- maintain.texi       26 Sep 2011 00:46:56 -0000      1.206
+++ maintain.texi       26 Sep 2011 18:18:16 -0000      1.207
@@ -5,7 +5,7 @@
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c This date is automagically updated when you save this file:
address@hidden lastupdate September 25, 2011
address@hidden lastupdate September 26, 2011
 @c %**end of header
 
 @dircategory GNU organization
@@ -1065,6 +1065,9 @@
 nowadays we want to give each program its own bug-reporting list and
 move away from using @email{bug-gnu-utils}.
 
address@hidden to Mail}, for more about handling and tracking bug
+reports.
+
 @cindex help for users, mailing list for
 Some GNU programs with many users have another mailing list,
 @address@hidden, for people to ask other users for help.
@@ -1074,8 +1077,8 @@
 
 @cindex announcements, mailing list for
 If you wish, you can also have a mailing list
address@hidden@var{package}} for announcements (@pxref{Announcements}),
-and any others you find useful.
address@hidden@var{package}} for announcements (@pxref{Announcements}).
+Any other mailing lists you find useful can also be created.
 
 
 @node Creating Mailing Lists
@@ -1162,6 +1165,17 @@
 to make bug reports useful.  Copying and adapting that could be very
 useful for your package.
 
address@hidden @url{http://bugs.gnu.org}
address@hidden bug reports, email tracker for
address@hidden bug reports, web tracker for
+If you would like to use an email-based bug tracking system, see
address@hidden://bugs.gnu.org}; this can be connected with the regular
+bug-reporting address.  Alternatively, if you would like to use a
+web-based bug tracking system, Savannah supports this (@pxref{Old
+Versions}), but please don't fail to accept bugs by regular email as
+well---we don't want to put up unnecessary barriers against users
+submitting reports.
+
 
 @node Old Versions
 @chapter Recording Old Versions
@@ -1865,15 +1879,15 @@
 @end smallexample
 
 @noindent where @var{yourmanual} is the short name for your package
-and @var{yourbuglist} is the email address for bug reports (typically
address@hidden@var{package}@@gnu.org}).  The script processes the file
address@hidden@var{yourmanual}.texinfo} (or @file{.texi} or @file{.txi}).  For
-example:
+and @var{yourbuglist} is the email address for bug reports (which
+should be @address@hidden@@gnu.org}).  The script processes
+the file @address@hidden (or @file{.texi} or
address@hidden).  For example:
 
 @smallexample
-cd .../emacs/man
+cd .../texinfo/doc
 # download gendocs.sh and gendocs_template
-gendocs.sh --email bug-gnu-emacs@@gnu.org emacs "GNU Emacs manual"
+gendocs.sh --email bug-texinfo@@gnu.org texinfo "GNU Texinfo manual"
 @end smallexample
 
 @command{gendocs.sh} creates a subdirectory @file{manual/} containing

Index: work.m/GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.m/GNUmakefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- work.m/GNUmakefile  2 Aug 2011 16:34:16 -0000       1.9
+++ work.m/GNUmakefile  26 Sep 2011 18:18:16 -0000      1.10
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.9 2011/08/02 16:34:16 karl Exp $
+# $Id: GNUmakefile,v 1.10 2011/09/26 18:18:16 karl Exp $
 # Copyright 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
@@ -13,6 +13,7 @@
 
 # check that makeinfo is happy.
 a:
+       rm -rf maintain
        makeinfo maintain
 
 # build everything.



reply via email to

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