Removed references to rlcodegen.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 20 Jun 2007 20:21:41 +0000 (20:21 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 20 Jun 2007 20:21:41 +0000 (20:21 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@252 052ea7fc-9027-0410-9066-f65837a77df0

README
doc/ragel.1.in

diff --git a/README b/README
index e55d74f..5f0c08f 100644 (file)
--- a/README
+++ b/README
@@ -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
index b73f851..b858d99 100644 (file)
@@ -31,7 +31,8 @@ ragel \- compile regular languages into executable state machines
 .SH DESCRIPTION
 .B Note:
 this is the frontend component of Ragel, which generates an intermediate
-file format that must be processed by rlcodegen(1).
+file format that must be processed by one of rlgen-cd(1), rlgen-java(1), 
+rlgen-ruby(1) or rlgen-dot(1).
 
 Ragel compiles finite state machines from regular languages into executable
 code.  Ragel can generate C, C++, Objective-C, D, or Java code. Ragel state