From d3e945da901381693a892cf9995caaa1a64e6e07 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Wed, 8 Oct 2008 12:57:46 +0200 Subject: [PATCH] UserManual: Add an upload task --- Documentation/UserManual/Rakefile | 4 ++++ 1 file changed, 4 insertions(+) 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