Commit a76ef2a4 authored by Eric Davis's avatar Eric Davis

Updated yardoc static files

parent 79152e4a
...@@ -19,11 +19,12 @@ begin ...@@ -19,11 +19,12 @@ begin
files << Dir['vendor/plugins/**/*.rb'].reject {|f| f.match(/test/) } # Exclude test files files << Dir['vendor/plugins/**/*.rb'].reject {|f| f.match(/test/) } # Exclude test files
t.files = files t.files = files
static_files = ['doc/CHANGELOG', static_files = ['doc/CHANGELOG.rdoc',
'doc/COPYING', 'doc/COPYING.rdoc',
'doc/INSTALL', 'doc/COPYRIGHT.rdoc',
'doc/RUNNING_TESTS', 'doc/INSTALL.rdoc',
'doc/UPGRADING'].join(',') 'doc/RUNNING_TESTS.rdoc',
'doc/UPGRADING.rdoc'].join(',')
t.options += ['--output-dir', './doc/app', '--files', static_files] t.options += ['--output-dir', './doc/app', '--files', static_files]
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment