about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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