Eliminated warnings from gcc 4.3 about conversion from string constants to
[external/ragel.git] / README
diff --git a/README b/README
index ffb70bd..5f0c08f 100644 (file)
--- a/README
+++ b/README
@@ -13,8 +13,8 @@ parsers from the specifications then set BUILD_PARSERS=true in the configure
 script and then run it. To build the parsers you will need the following
 programs:
 
- * ragel (recent version)
- * kelbt (recent version)
+ * ragel (the most recent version)
+ * kelbt (the most recent version)
  * gperf
 
 To build the user guide the following extra programs are needed:
@@ -33,7 +33,7 @@ To build the ragel program type 'make'.
 
 To build all the documentation cd to 'doc' and type 'make'. If you don't have
 all of the programs to build the user guide and just want the man page use
-'make ragel.1 rlcodegen.1'.
+'make ragel.1 rlgen-cd.1 rlgen-java.1 rlgen-ruby.1 rlgen-dot.1'
 
 
 3. Installing