about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-11-08 11:58:13 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-11-08 11:58:13 +0000
commit7c97dcd342e0f5135224de91b8f1c8d9b2253cf3 (patch)
treef8cbc3e4dcb5fb389a4170b6a3c34b9e234efa2f
parent97f6f419712e4d89a81c6813f1fc705748d4d86d (diff)
downloadunicorn-7c97dcd342e0f5135224de91b8f1c8d9b2253cf3.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@874 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--projects/gem_plugin/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/gem_plugin/Rakefile b/projects/gem_plugin/Rakefile
index 4455294..f1bd428 100644
--- a/projects/gem_plugin/Rakefile
+++ b/projects/gem_plugin/Rakefile
@@ -15,6 +15,7 @@ Echoe.new("gem_plugin") do |p|
   p.test_pattern = "test/test_plugins.rb"
   p.clean_pattern += ["pkg", "lib/*.bundle", "*.gem", ".config"]
   p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
+  p.rdoc_template = `allison --path`.chomp  
 end
 
 namespace :site do