UserManual: Add an upload task

This commit is contained in:
Pieter de Bie
2008-10-08 12:57:46 +02:00
parent 92cbaef70d
commit d3e945da90
+4
View File
@@ -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