From 6eea156b76c9b894994efc1cd5e94ede08c0443c Mon Sep 17 00:00:00 2001 From: Matthias H Date: Wed, 11 Mar 2015 08:30:40 +0100 Subject: api doc: fix path in task --- tasks/doc.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') 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 -- cgit v1.2.3