Skip to content

Commit 29fee14

Browse files
committed
Use local RDoc to build RDoc.
1 parent 30ea752 commit 29fee14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
require 'hoe'
2-
require './lib/rdoc'
2+
3+
$:.unshift 'lib'
4+
require 'rdoc'
35

46
Hoe.new "rdoc", RDoc::VERSION do |rdoc|
57
rdoc.developer 'Eric Hodel', '[email protected]'

0 commit comments

Comments
 (0)