README.rdoc in rake-builder-0.0.8 vs README.rdoc in rake-builder-0.0.9
- old
+ new
@@ -1,12 +1,11 @@
= rake-builder - Rake for C/C++/Objective-C/Objective-C++ Projects
-rake-builder provides a simple interface for building C, C++,
-Objective-C and Objective-C++ projects.
-It uses rake, which was created as a make replacement,
-and specializes it for the specific purpose of compiling
-single projects.
+rake-builder builds C, C++, Objective-C and Objective-C++
+projects.
+Project files are dicovered accoring to indicated paths
+and or flie globs.
Projects are managed and built via a 'Rakefile'.
Here is a typical example:
@@ -54,11 +53,11 @@
rake default # Equivalent to 'rake build'
rake run # Run 'hello-world'
= Online
-* 'Source code'[http://github.com/joeyates/rake-builder]
+* {Source code}[http://github.com/joeyates/rake-builder]
* Documentation[http://rdoc.info/projects/joeyates/rake-builder]
* Gem[http://rubygems.org/gems/rake-builder]
= Limitations
@@ -98,8 +97,8 @@
* Boost.Build
* rakepp - another take on using rake for c++ projects
= TODO
-* Objective-C/Objective-C++ builds
+* Objective-C++ projects
* pre-compiled headers
* parallel builds