about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 398930d..7251c1c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ e = Echoe.new("mongrel") do |p|
   p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
   p.ruby_version = '>= 1.8.4'
   p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']
-  p.rdoc_template = `allison --path`.chomp
+  (p.rdoc_template = `allison --path`.chomp) rescue nil
 
   p.need_tar_gz = false
   p.need_tgz = true