Rails 2.1 RC1
Updated Instiki to Rails 2.1 RC1 (aka 2.0.991).
This commit is contained in:
parent
14afed5893
commit
5292899c9a
971 changed files with 46318 additions and 17450 deletions
|
@ -65,11 +65,11 @@ namespace :doc do
|
|||
options << '-T html'
|
||||
|
||||
files.include("#{plugin_base}/lib/**/*.rb")
|
||||
if File.exists?("#{plugin_base}/README")
|
||||
if File.exist?("#{plugin_base}/README")
|
||||
files.include("#{plugin_base}/README")
|
||||
options << "--main '#{plugin_base}/README'"
|
||||
end
|
||||
files.include("#{plugin_base}/CHANGELOG") if File.exists?("#{plugin_base}/CHANGELOG")
|
||||
files.include("#{plugin_base}/CHANGELOG") if File.exist?("#{plugin_base}/CHANGELOG")
|
||||
|
||||
options << files.to_s
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue