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
.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