Skip to content

Commit

Permalink
* instruby.rb: fix rdoc install dir.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Dec 24, 2007
1 parent d0e6130 commit d12d33f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon Dec 24 20:16:54 2007 Koichi Sasada <ko1@atdot.net>

* instruby.rb: fix rdoc install dir.

Mon Dec 24 18:37:32 2007 Tanaka Akira <akr@fsij.org>

* re.c (rb_reg_prepare_re): show regexp encoding in the error message.
Expand Down
2 changes: 1 addition & 1 deletion instruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def with_destdir(dir)
if $rdocdir
puts "installing rdoc"

ridatadir = File.join(CONFIG['datadir'], 'ri/$(MAJOR).$(MINOR)/system')
ridatadir = File.join(CONFIG['datadir'], 'ri/$(MAJOR).$(MINOR).$(TEENY)/system')
Config.expand(ridatadir)
makedirs [ridatadir]
install_recursive($rdocdir, ridatadir)
Expand Down

0 comments on commit d12d33f

Please sign in to comment.