about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e46e89b..f794963 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,6 +3,8 @@ require 'rubygems'
 gem 'echoe', '>=2.6.4'
 require 'echoe'
 
+ENV['RDOC_TEMPLATE'] = nil
+
 e = Echoe.new("mongrel") do |p|
   p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
   p.author ="Zed A. Shaw"