diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-03 05:48:05 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-03 05:48:05 +0000 |
commit | b5dc2576cc60930099cd942ffa1de2c2d759471b (patch) | |
tree | cad92be5fdb7ebbf51274b2b0bd8b012c67e230f /template | |
parent | 2fc40194d2ddc05a481c0eddc8fe9a1c95e23196 (diff) | |
download | ruby-b5dc2576cc60930099cd942ffa1de2c2d759471b.tar.gz |
* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.
* spec/default.mspec: ditto.
* template/Doxyfile.tmpl: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r-- | template/Doxyfile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl index 34a42983ce..2abf112863 100644 --- a/template/Doxyfile.tmpl +++ b/template/Doxyfile.tmpl @@ -9,7 +9,7 @@ end srcdir ||= File.dirname(File.dirname(__FILE__)) load 'rbconfig.rb' unless miniruby - miniruby = './miniruby$(EXEEXT) -I$(srcdir)/lib -I$(EXTOUT)/common -I./- -r$(srcdir)/ext/purelib.rb' + miniruby = './miniruby$(EXEEXT) -I$(srcdir)/lib -I$(EXTOUT)/common -I./-' RbConfig.expand(miniruby, RbConfig::CONFIG.merge("srcdir"=>srcdir)) end dot = RbConfig::CONFIG['DOT'] || "" |