From: Martin Mares Date: Tue, 21 Feb 2012 17:25:32 +0000 (+0100) Subject: Maint: Added a script for uploading online documentation X-Git-Tag: v5.0~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fc1d5cf5d857eda7edeac5f0a5eb8533226fe833;p=libucw.git Maint: Added a script for uploading online documentation --- diff --git a/maint/upload-doc b/maint/upload-doc new file mode 100755 index 00000000..19b73f62 --- /dev/null +++ b/maint/upload-doc @@ -0,0 +1,8 @@ +#!/bin/bash +# Build and upload LibUCW documentation and web pages +# (c) 2012 Martin Mares + +set -e +make docs +rsync -avz --delete obj/ucw/doc/ jw:/var/www/libucw/doc/ --exclude=*.deflist --exclude=*.txt +rsync -avz --no-times --no-perms --executability --omit-dir-times WWW/ jw:/var/www/libucw/ --exclude=doc --exclude='*.swp'