docs/publish.sh @ d6523b4269f8

webui: Add a signoff default value, prevent issue56
author Benoit Allard <benoit@aeteurope.nl>
date Tue, 27 Jul 2010 13:13:43 +0200
parents cf64f6f74ad3
children (none)
#!/usr/bin/env bash

make html
rsync --delete -az _build/html/ ~/src/sjl.bitbucket.org/hg-review
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-review: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push