diff options
author | Matthias H <apoc@sixserv.org> | 2015-03-11 08:30:40 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2015-03-11 08:30:40 +0100 |
commit | 6eea156b76c9b894994efc1cd5e94ede08c0443c (patch) | |
tree | 294282e298ea4c8796e2252607e34dcce0dbd586 | |
parent | cd4e36979d9c100f961ec25f46886fab5b30274b (diff) |
api doc: fix path in task
-rw-r--r-- | tasks/doc.rake | 2 |
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 |