mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
try to use Hanna for RDoc
This commit is contained in:
parent
ea96ab9816
commit
bd820f5d41
1 changed files with 5 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -88,7 +88,11 @@ END
|
|||
|
||||
# ----- Documentation -----
|
||||
|
||||
begin
|
||||
require 'hanna/rdoctask'
|
||||
rescue LoadError
|
||||
require 'rake/rdoctask'
|
||||
end
|
||||
|
||||
rdoc_task = Proc.new do |rdoc|
|
||||
rdoc.title = 'Haml/Sass'
|
||||
|
|
Loading…
Reference in a new issue