X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=tasks%2Fdoc.rake;h=56f15c4bb7993ab34a578f9ceab1d937f7e5d4ae;hb=f8e85aa40bfc1118acd1e29de75f3befc9dc6266;hp=b39f8c6518e8000bae128c879550b13ebf599f1a;hpb=2f70ebb1c50fb8876745dd5ceefe272607cc9698;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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