summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 04:19:56 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 04:19:56 +0000
commit89dfcd82f09ca83ac2fc793f6524393c6ae45fdd (patch)
treec98759280f009752d321e1d49bad95b70764d9d0 /instruby.rb
parent5225f2c143fa69d73c1b90818a8b6a5be1175379 (diff)
* mdoc2man.rb: moved into tools/.
* instruby.rb: followed the change of mdoc2man. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rwxr-xr-xinstruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index edeaa221a2..c7ffe8d04d 100755
--- a/instruby.rb
+++ b/instruby.rb
@@ -378,7 +378,7 @@ install?(:local, :comm, :man) do
if $mantype == "doc"
install mdoc, destfile, :mode => $data_mode
else
- require 'mdoc2man.rb'
+ require 'tool/mdoc2man.rb'
w = Tempfile.open(mdoc)