]> mj.ucw.cz Git - libucw.git/blob - maint/upload-doc
Opt: OPT_MULTIPLE implemented, no tests yet but seems working
[libucw.git] / maint / upload-doc
1 #!/bin/bash
2 # Build and upload LibUCW documentation and web pages
3 # (c) 2012 Martin Mares <mj@ucw.cz>
4
5 set -e
6 make docs
7 rsync -avz --delete obj/ucw/doc/ jw:/var/www/libucw/doc/ --exclude=*.deflist --exclude=*.txt
8 rsync -avz --no-times --no-perms --executability --omit-dir-times WWW/ jw:/var/www/libucw/ --exclude=doc --exclude='*.swp'