From fe7ce06150e75f524f2aaaf3198927a58873d9a1 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 25 Oct 2008 17:20:05 +0000 Subject: * configure.in ($MANTYPE): followed ruby.1, which had moved. * instruby.rb (:man): ditto. * mdoc2man.rb: fixed for the case Xr with 2 arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- instruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instruby.rb') diff --git a/instruby.rb b/instruby.rb index 634e86d069..3c83dc3dc1 100755 --- a/instruby.rb +++ b/instruby.rb @@ -386,7 +386,7 @@ install?(:local, :comm, :man) do if $mantype == "doc" install mdoc, destfile, :mode => $data_mode else - require 'tool/mdoc2man.rb' + require "../tool/mdoc2man.rb" w = Tempfile.open(mdoc) -- cgit v1.2.3