From 6eccbbe1a6c96f23c9cea80559a3795fbc910802 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 20 Mar 2016 16:31:14 +0000 Subject: [PATCH] Rename docs to doc --- Rakefile | 6 +++--- {docs => doc}/COPYING | 0 {docs => doc}/boilerplate | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename {docs => doc}/COPYING (100%) rename {docs => doc}/boilerplate (100%) 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