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

* common.mk (install-doc): reverted.

* instruby.rb: stores file name list without destdir prefix.

* lib/rdoc/generators/ri_generator.rb: do not chdir twice.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2006-09-17 08:43:19 +00:00
parent d31f88d7f1
commit 695a862e03
4 changed files with 122 additions and 69 deletions

View file

@ -69,7 +69,7 @@ module Generators
def initialize(options) #:not-new:
@options = options
@ri_writer = RI::RiWriter.new(options.op_dir)
@ri_writer = RI::RiWriter.new(".")
@markup = SM::SimpleMarkup.new
@to_flow = SM::ToFlow.new
end