example/Rakefile in madowu-0.0.1 vs example/Rakefile in madowu-0.0.2
- old
+ new
@@ -38,10 +38,10 @@
dirpath = md_path.dirname
#dirmap = md_path.dirname + DIRMAP_HTML
#file html_file => [md_file, dirmap] do
file html_file => [md_file, dirpath, dirpath.parent] do
#sh "madowu -o -s #{dirmap} -c madowu.css #{md_file}"
- sh "madowu -o -d -c madowu.css #{md_file}"
+ sh "madowu -o -d -c madowu.css -C UTF-8 #{md_file}"
end
end
desc "Update mtime of all html files"
task :tree => :md2html do