<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+2008-2-14 Manfred Stienstra &lt;manfred@fngtps.com&gt;
+
+	* Rakefile:
+
+	- Added rdoc task
 2008-2-8 Eloy Duran &lt;e.duran@superalloy.nl&gt;
 
 	* Manifest.txt,</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 require 'config/requirements'
 require 'config/hoe' # setup Hoe + all gem configuration
 require 'rake/testtask'
+require 'rake/rdoctask'
 
 Rake::TaskManager.class_eval do
   def remove_task(task_name)
@@ -22,6 +23,12 @@ Rake::TestTask.new do |t|
   #t.options = '-rr'
 end
 
+Rake::RDocTask.new do |t|
+  t.main = 'README.txt'
+  t.rdoc_files.include('README.txt', 'License.txt', 'lib/**/*.rb')
+  t.options &lt;&lt; '--charset' &lt;&lt; 'utf-8' &lt;&lt; '--inline-source'
+end
+
 # desc 'First uninstalls the currently installed Rucola gem and then installs the new one.'
 # task :install_gem_test do
 #   if `rake check_manifest`.split(&quot;\n&quot;).length == 1</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a8a57be60c37fe196d408169555a14a3b5a80840</id>
    </parent>
  </parents>
  <author>
    <name>Manfred Stienstra</name>
    <email>manfred@fngtps.com</email>
  </author>
  <url>http://github.com/alloy/rucola/commit/f0303614e5bd846ee1755256ff71f482b241bf52</url>
  <id>f0303614e5bd846ee1755256ff71f482b241bf52</id>
  <committed-date>2008-02-15T06:41:49-08:00</committed-date>
  <authored-date>2008-02-15T06:41:49-08:00</authored-date>
  <message>Added rdoc task.


git-svn-id: svn+ssh://rubyforge.org/var/svn/rucola/trunk@166 b89190f6-c990-47a9-a149-8f829472b86c</message>
  <tree>ff3bb3d2c22e5ffceb0a0293cbbbaa40adc65e4d</tree>
  <committer>
    <name>Manfred Stienstra</name>
    <email>manfred@fngtps.com</email>
  </committer>
</commit>
