summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1989-06-20 15:37:39 +0000
committerVern Paxson <vern@ee.lbl.gov>1989-06-20 15:37:39 +0000
commit2aca1d0aba150eb989b84f6d0beffd87c02b618f (patch)
tree4b3dd2fa26d1d1443fb3d4f8b051f7217e734ec6
parent9512aa976d4805901305531bc0c45122139ca8d5 (diff)
*** empty log message ***
-rw-r--r--README14
1 files changed, 10 insertions, 4 deletions
diff --git a/README b/README
index f9f9f46..2e015d6 100644
--- a/README
+++ b/README
@@ -1,5 +1,7 @@
// $Header$
+This is release 2.0.1 of flex - a beta release.
+
The flex distribution consists of the following files:
README This message
@@ -11,8 +13,8 @@ The flex distribution consists of the following files:
parse.y
scan.l
ccl.c
- dfa.c flex sources
- ecs.c
+ dfa.c
+ ecs.c flex sources
gen.c
main.c
misc.c
@@ -21,12 +23,16 @@ The flex distribution consists of the following files:
tblcmp.c
yylex.c
- scan.c.dist pre-flex'd version of scan.l
+ initscan.c pre-flex'd version of scan.l
flex.skel skeleton for generated scanners
flex.1 manual entry
+ COPYING flex's copyright
+ MISC miscellaneous stuff (e.g., old VMS Makefile) which
+ almost no one will care about
+
The files are packaged as a compressed shell archive, which in turn
contains seven shell archives. Create a directory where you want flex
to live, cd there, and use
@@ -48,7 +54,7 @@ Decide where you want to keep flex.skel (suggestion: /usr/local/lib) and
move it there. Edit "Makefile" and change the definition of SKELETON_FILE
to reflect the full pathname of flex.skel.
-For a System V machine, add "-DSV" to CFLAGS in the Makefile.
+For a System V machine, add "-DSYS_V" to CFLAGS in the Makefile.
To make flex for the first time, use: