<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>doc/camping.1.gz</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ task :before_doc do
 end
 
 Rake::RDocTask.new do |rdoc|
-    rdoc.rdoc_dir = 'doc'
+    rdoc.rdoc_dir = 'doc/rdoc'
     rdoc.options += RDOC_OPTS
     rdoc.template = &quot;extras/flipbook_rdoc.rb&quot;
     rdoc.main = &quot;README&quot;
@@ -38,9 +38,9 @@ end
 task :after_doc do
     mv &quot;lib/camping.rb&quot;, &quot;lib/camping-unabridged.rb&quot;
     mv &quot;lib/camping-mural.rb&quot;, &quot;lib/camping.rb&quot;
-    cp &quot;extras/Camping.gif&quot;, &quot;doc/&quot;
-    cp &quot;extras/permalink.gif&quot;, &quot;doc/&quot;
-    sh %{scp -r doc/* #{ENV['USER']}@rubyforge.org:/var/www/gforge-projects/camping/}
+    cp &quot;extras/Camping.gif&quot;, &quot;doc/rdoc/&quot;
+    cp &quot;extras/permalink.gif&quot;, &quot;doc/rdoc/&quot;
+    sh %{scp -r doc/rdoc/* #{ENV['USER']}@rubyforge.org:/var/www/gforge-projects/camping/}
 end
 
 spec =
@@ -64,7 +64,7 @@ spec =
         s.required_ruby_version = '&gt;= 1.8.2'
 
         s.files = %w(COPYING README Rakefile) +
-          Dir.glob(&quot;{bin,doc/rdoc,test,lib,extras}/**/*&quot;) + 
+          Dir.glob(&quot;{bin,doc,test,lib,extras}/**/*&quot;) + 
           Dir.glob(&quot;ext/**/*.{h,c,rb}&quot;) +
           Dir.glob(&quot;examples/**/*.rb&quot;) +
           Dir.glob(&quot;tools/*.rb&quot;)</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -40,13 +40,13 @@ opts = OptionParser.new do |opts|
   
     # No argument, shows at tail.  This will print an options summary.
     # Try it and see!
-    opts.on_tail(&quot;-h&quot;, &quot;--help&quot;, &quot;Show this message&quot;) do
+    opts.on_tail(&quot;-?&quot;, &quot;--help&quot;, &quot;Show this message&quot;) do
         puts opts
         exit
     end
   
     # Another typical switch to print the version.
-    opts.on_tail(&quot;--version&quot;, &quot;Show version&quot;) do
+    opts.on_tail(&quot;-v&quot;, &quot;--version&quot;, &quot;Show version&quot;) do
         class &lt;&lt; Gem; attr_accessor :loaded_specs; end
         puts Gem.loaded_specs['camping'].version
         exit</diff>
      <filename>bin/camping</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32f23763c963f0b7be108bb546ab96226e4d97cf</id>
    </parent>
  </parents>
  <author>
    <name>_why</name>
    <email>why@whytheluckystiff.net</email>
  </author>
  <url>http://github.com/judofyr/camping/commit/b9cdf1d4e855be24b9f41c71ec476586ad7d2d28</url>
  <id>b9cdf1d4e855be24b9f41c71ec476586ad7d2d28</id>
  <committed-date>2006-05-23T15:56:53-07:00</committed-date>
  <authored-date>2006-05-23T15:56:53-07:00</authored-date>
  <message> * Rakefile: rdoc generates into doc/rdoc now.
 * doc/camping.1.gz: basic man page.
 * bin/camping: help is now -?, version is -v.</message>
  <tree>de1584ade543743828674585935bff11cbd40547</tree>
  <committer>
    <name>_why</name>
    <email>why@whytheluckystiff.net</email>
  </committer>
</commit>
