diff --git a/Rakefile b/Rakefile index 197f93e4d..120401203 100644 --- a/Rakefile +++ b/Rakefile @@ -45,7 +45,7 @@ task :msf => ["install", "msf_install"] do Rake::Task['msf_stop'].invoke end -desc 'Generate API documentation to docs/rdocs/index.html' +desc 'Generate API documentation to doc/rdocs/index.html' task :rdoc do Rake::Task['rdoc:rerdoc'].invoke end @@ -85,9 +85,9 @@ end namespace :rdoc do require 'rdoc/task' - desc 'Generate API documentation to docs/rdocs/index.html' + desc 'Generate API documentation to doc/rdocs/index.html' Rake::RDocTask.new do |rd| - rd.rdoc_dir = 'docs/rdocs' + rd.rdoc_dir = 'doc/rdocs' rd.main = 'README.mkd' rd.rdoc_files.include('core/**/*\.rb') #'extensions/**/*\.rb' diff --git a/docs/COPYING b/doc/COPYING similarity index 100% rename from docs/COPYING rename to doc/COPYING diff --git a/docs/boilerplate b/doc/boilerplate similarity index 100% rename from docs/boilerplate rename to doc/boilerplate