]> granicus.if.org Git - flex/commitdiff
final tweaking
authorVern Paxson <vern@ee.lbl.gov>
Sun, 10 Apr 1988 21:27:58 +0000 (21:27 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sun, 10 Apr 1988 21:27:58 +0000 (21:27 +0000)
README

diff --git a/README b/README
index 93542078ab30869a4c25f14037a1a8506059804d..cbdc67041ce3b0e7574f2e024028e60e8937a252 100644 (file)
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ The flex distribution consists of the following files:
 
        README          This message
 
+       Changes         Differences between this release and the beta-test
+
        Makefile
        flexdef.h
        parse.y
@@ -36,11 +38,12 @@ The flex distribution consists of the following files:
        main.c
        misc.c
        nfa.c
-       scan.c
        sym.c
        tblcmp.c
        yylex.c
 
+       scan.c.dist     pre-flex'd version of scan.l
+
        flex.skel
        flex.fastskel
        flexskelcom.h   skeleton scanner sources
@@ -51,15 +54,18 @@ The flex distribution consists of the following files:
 
        Timings         a brief note comparing timings of flex vs. lex
 
-The files are packaged as three compressed shell archives, ~90Kb in size
-total.  Create a directory where you want flex to live, cd there, and use
-
-       uncompress flexdist.1.Z
-       uncompress flexdist.2.Z
-       uncompress flexdist.3.Z
-       sh flexdist.1
-       sh flexdist.2
-       sh flexdist.3
+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
+
+       uncompress flex.shar.Z
+       sh flex.shar.1
+       sh flex.shar.2
+       sh flex.shar.3
+       sh flex.shar.4
+       sh flex.shar.5
+       sh flex.shar.6
+       sh flex.shar.7
 
 to extract them.