diff --git a/Rakefile b/Rakefile index 921f3a0..cfb20cc 100644 --- a/Rakefile +++ b/Rakefile @@ -45,7 +45,7 @@ rule '.html' => '.rst' do |t| sh "doc/compile-doc.py #{t.source} > #{t.name}" end desc "Generate document" -task :doc => FileList['doc/*.html'] +task :doc => FileList['doc/*.rst'].ext('html') namespace :doc do task :upload do