summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks/doc.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/doc.rake b/tasks/doc.rake
index b39f8c65..56f15c4b 100644
--- a/tasks/doc.rake
+++ b/tasks/doc.rake
@@ -2,7 +2,7 @@ desc "Generate RDoc"
task :doc => ['doc:generate']
namespace :doc do
- project_root = File.expand_path(File.join(File.dirname(__FILE__), '.'))
+ project_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
doc_destination = File.join(project_root, 'doc')
begin