summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-02-10 14:11:25 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-02-10 14:11:25 +0000
commit75547cccf4e50872f1434116054539604d38201b (patch)
tree1e6829a4cd60488e6c1b1eed6079d9e018abef0b
parentb314391c9fe13e76fc97d68ed4b5e584d0e08be7 (diff)
update documentation to reflect the sourceforge move
-rw-r--r--README11
-rw-r--r--TODO2
-rw-r--r--configure.in2
-rw-r--r--flex.texi7
4 files changed, 13 insertions, 9 deletions
diff --git a/README b/README
index 900ea67..17760fb 100644
--- 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 7c2582d..f470999 100644
--- 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)
diff --git a/configure.in b/configure.in
index 8d75271..998498a 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
diff --git a/flex.texi b/flex.texi
index 0ff0052..9a0d057 100644
--- 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?