diff --git a/Documentation/UserManual/Rakefile b/Documentation/UserManual/Rakefile index b14c470..ef98fb0 100644 --- a/Documentation/UserManual/Rakefile +++ b/Documentation/UserManual/Rakefile @@ -18,4 +18,8 @@ task :generate do f.puts template.result(binding) end `open output/UserManual.html` +end + +task :upload do + `rsync -a output/ sydney:public_html/gitx/` end \ No newline at end of file