From bd820f5d415297986a22db2ad55e54789aca620b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Sat, 3 May 2008 05:56:00 +0200 Subject: [PATCH] try to use Hanna for RDoc --- Rakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 62dfd1b2..d65e743e 100644 --- a/Rakefile +++ b/Rakefile @@ -88,7 +88,11 @@ END # ----- Documentation ----- - require 'rake/rdoctask' + begin + require 'hanna/rdoctask' + rescue LoadError + require 'rake/rdoctask' + end rdoc_task = Proc.new do |rdoc| rdoc.title = 'Haml/Sass'