Updated yardoc static files
This commit is contained in:
parent
79152e4a24
commit
a76ef2a43e
|
@ -19,11 +19,12 @@ begin
|
|||
files << Dir['vendor/plugins/**/*.rb'].reject {|f| f.match(/test/) } # Exclude test files
|
||||
t.files = files
|
||||
|
||||
static_files = ['doc/CHANGELOG',
|
||||
'doc/COPYING',
|
||||
'doc/INSTALL',
|
||||
'doc/RUNNING_TESTS',
|
||||
'doc/UPGRADING'].join(',')
|
||||
static_files = ['doc/CHANGELOG.rdoc',
|
||||
'doc/COPYING.rdoc',
|
||||
'doc/COPYRIGHT.rdoc',
|
||||
'doc/INSTALL.rdoc',
|
||||
'doc/RUNNING_TESTS.rdoc',
|
||||
'doc/UPGRADING.rdoc'].join(',')
|
||||
|
||||
t.options += ['--output-dir', './doc/app', '--files', static_files]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue