Skip to content

Commit

Permalink
Use the hanna RDoc template if available, fallback to the default tem…
Browse files Browse the repository at this point in the history
…plate if not
  • Loading branch information
jeremyevans committed Sep 11, 2008
1 parent 9723e62 commit 9d6e0be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Rakefile
@@ -1,9 +1,13 @@
require "rake"
require "rake/clean"
require "rake/gempackagetask"
require "rake/rdoctask"
require "fileutils"
require "spec/rake/spectask"
begin
require "hanna/rdoctask"
rescue LoadError
require "rake/rdoctask"
end
require "fileutils"

include FileUtils

Expand Down

0 comments on commit 9d6e0be

Please sign in to comment.