]> granicus.if.org Git - flex/commitdiff
update documentation to reflect the sourceforge move
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 10 Feb 2003 14:11:25 +0000 (14:11 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 10 Feb 2003 14:11:25 +0000 (14:11 +0000)
README
TODO
configure.in
flex.texi

diff --git a/README b/README
index 900ea67fb1234fa9bcc0961b56a340f8b7f9b3f3..17760fba4fa05d38d5e307d59128893d6ed898e4 100644 (file)
--- a/README
+++ b/README
@@ -3,9 +3,14 @@ This is flex, the fast lexical analyzer generator.
 flex is a tool for generating scanners: programs which recognize
 lexical patterns in text.
 
-The latest official release of flex can be found at:
+More information about flex as well as the latest official release of
+flex can be found at:
 
-ftp://ftp.ee.lbl.gov/
+http://lex.sourceforge.net/
+
+Of particular interest is the mailing list
+lex-announce@lists.sourceforge.net as that is where posts will be made
+announcing new releases of flex.
 
 Note that flex is distributed under a copyright very similar to that of
 BSD Unix, and not under the GNU General Public License (GPL).
@@ -38,7 +43,7 @@ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE.
 
-Please send bug reports and feedback to help-flex@gnu.org.
+Please send bug reports and feedback to lex-help@lists.sourceforge.net.
 
 The flex distribution contains the following files which may be of interest:
 
diff --git a/TODO b/TODO
index 7c2582d7296432e4222c39aef5b6aeaf02f48bca..f4709990da7a1bfea97e8d47cb50dd7f4020e2e6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@
 
 ** update freshmeat entry to reflect sourceforge move (estes)
 
-** update flex docs to reflect changeover to sourceforge (millaway)
-
 ** Move CVS to sourceforge (estes)
 
 ** test the mailing lists (estes)
index 8d75271994fe5c338a5e1eb3b8beeee924e8c39b..998498a63187901d48b175bcf743f7dd2151ada0 100644 (file)
@@ -24,7 +24,7 @@ dnl PURPOSE.
 dnl autoconf requirements and initialization
 
 AC_PREREQ(2.54)
-AC_INIT(flex,2.5.27,help-flex@gnu.org)
+AC_INIT(flex,2.5.27,lex-help@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(scan.l)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADER(config.h:conf.in)
index 0ff00523a76ced687c1e74b6707e76cda24e5363..9a0d0579f265c0edf12959f6a3c91bd1222baa78 100644 (file)
--- a/flex.texi
+++ b/flex.texi
@@ -289,7 +289,7 @@ Indices
 
 If you have problems with @code{flex} or think you have found a bug,
 please send mail detailing your problem to
-@email{help-flex@@gnu.org}. Patches are always welcome.
+@email{lex-help@@lists.sourceforge.net}. Patches are always welcome.
 
 @node Introduction, Simple Examples, Reporting Bugs, Top
 @chapter Introduction
@@ -5705,8 +5705,9 @@ You can specify an action for the @code{<<EOF>>} rule.
 @node  Where else can I find help?
 @unnumberedsec Where else can I find help?
 
-The @code{help-flex} email list is served by GNU. See @uref{http://www.gnu.org/} for
-details on how to subscribe or search the archives.
+You can find the flex homepage on the web at
+@uref{http://lex.sourceforge.net/}. See that page for details about flex
+mailing lists as well.
 
 @node  Can I include comments in the "rules" section of the file?
 @unnumberedsec Can I include comments in the "rules" section of the file?