1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
yugui 2008-10-21 04:19:56 +00:00
parent 5225f2c143
commit 89dfcd82f0
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Tue Oct 21 13:17:39 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* mdoc2man.rb: moved into tools/.
* instruby.rb: followed the change of mdoc2man.
Tue Oct 21 11:34:04 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/iconv/iconv.c (strip_glibc_option, map_charset): check if

View file

@ -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)