Skip to content

Commit

Permalink
2007-04-03 Laurent Sansonetti <lsansonetti@apple.com>
Browse files Browse the repository at this point in the history
  * bin/rdoc-osa:
  Do not call Config.datadir anymore (possible incompatibility with 1.8.6).


git-svn-id: http://rubyosa.rubyforge.org/svn/trunk@201 0d7f026f-1217-0410-b43a-e108cceea134
  • Loading branch information
lrz committed Apr 3, 2007
1 parent 53fa202 commit 5d7c4c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2007-04-03 Laurent Sansonetti <lsansonetti@apple.com>

* bin/rdoc-osa:
Do not call Config.datadir anymore (possible incompatibility with 1.8.6).

2007-03-28 Laurent Sansonetti <lsansonetti@apple.com>

* src/lib/rbosa_properties.rb:
Expand Down
2 changes: 1 addition & 1 deletion bin/rdoc-osa
Expand Up @@ -166,7 +166,7 @@ module #{mod.name}; end
EOS

rdoc_flags = ''
template = File.join(Config.datadir('rubyosa'), 'rdoc_html.rb')
template = File.join(Config::CONFIG['datadir'], 'rubyosa', 'rdoc_html.rb')
if File.exists?(template)
rdoc_flags << " --template '#{template}' "
end
Expand Down

0 comments on commit 5d7c4c3

Please sign in to comment.