]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
readme: reference webpages for automake mailing lists
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 14 Dec 2011 20:14:04 +0000 (21:14 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 15 Dec 2011 10:26:16 +0000 (11:26 +0100)
* README: Rationalize and reorganize the (brief) description of
the automake mailing lists.   In particular, instead of suggesting
the reader to write to the `-request' addresses to subscribe to
mailing lists, point him to the relevant webpages, where he can
also subscribe via a web form.

ChangeLog
README

index b046b32ea1c537353971c3a09686419d8c8bf037..95da64b4f126f4ca6ad4a66b1e1ce582685141fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       readme: reference webpages for automake mailing lists
+       * README: Rationalize and reorganize the (brief) description of
+       the automake mailing lists.   In particular, instead of suggesting
+       the reader to write to the `-request' addresses to subscribe to
+       mailing lists, point him to the relevant webpages, where he can
+       also subscribe via a web form.
+
 2011-12-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        readme: update advice about testsuite execution
diff --git a/README b/README
index 2ac9dd272f54c6f47e7e2e239d4c8f7c9b0f3dd3..3f2414f6b7080e5708bf886c125a38b49ad0e1ea 100644 (file)
--- a/README
+++ b/README
@@ -29,16 +29,25 @@ Automake has a page on the web.  See:
 
        http://www.gnu.org/software/automake/
 
-The mailing list automake@gnu.org is for discussion of Automake and
-its interactions with other configuration/portability tools like
-Autoconf or Libtool.  Write to automake-request@gnu.org if you want to
-join.
+Automake also has three mailing lists:
 
-Mail suggestions and bug reports to bug-automake@gnu.org, patches
-to automake-patches@gnu.org.
+  * automake@gnu.org
+    For general discussions of Automake and its interactions with other
+    configuration/portability tools like Autoconf or Libtool.
 
-New releases are announced to autotools-announce@gnu.org.  Write to
-autotools-announce-request@gnu.org if you want to receive them.
+  * bug-automake@gnu.org
+    Where to send bug reports and feature requests.
+
+  * automake-patches@gnu.org
+    Where to send patches, and discuss the automake development process
+    and the  design of new features.
+
+To obtain more information about these list, or to subscribe to them,
+refer to <http://www.gnu.org/software/automake/#mailinglists>
+
+New releases are announced to autotools-announce@gnu.org.  If you want to
+be informed, subscribe to that list by following the instructions at
+<http://lists.gnu.org/mailman/listinfo/autotools-announce>.
 
 -----