summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:36:39 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:36:39 +0000
commit2c8f90e0863a7fa547aadc1ee8b834859206cbc3 (patch)
tree9c16021038658a448ce42cedd54f30ceeaefdef8 /instruby.rb
parent9f1df8dd6e91afd8acfe7649a53ff331dee40b7f (diff)
merges r21477 from trunk into ruby_1_9_1.
* instruby.rb: require "tool/mdoc2man.rb" before chdir if needed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rwxr-xr-xinstruby.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/instruby.rb b/instruby.rb
index 4c1d345d4d..40d21ee59a 100755
--- a/instruby.rb
+++ b/instruby.rb
@@ -369,6 +369,7 @@ install?(:local, :comm, :man) do
puts "installing manpages"
has_goruby = File.exist?(goruby_install_name+exeext)
+ require File.join(srcdir, "tool/mdoc2man.rb") if $mantype != "doc"
Dir.chdir("#{srcdir}/man")
for mdoc in Dir["*.[1-9]"]
next unless File.file?(mdoc) and open(mdoc){|fh| fh.read(1) == '.'}
@@ -386,8 +387,6 @@ install?(:local, :comm, :man) do
if $mantype == "doc"
install mdoc, destfile, :mode => $data_mode
else
- require File.join(srcdir, "tool/mdoc2man.rb")
-
w = nil
Tempfile.open(mdoc) do |f|
w = f