From fc1d5cf5d857eda7edeac5f0a5eb8533226fe833 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 21 Feb 2012 18:25:32 +0100 Subject: [PATCH] Maint: Added a script for uploading online documentation --- maint/upload-doc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 maint/upload-doc 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' -- 2.39.2