docs/publish.sh @ 4a1d4f847bc4

readme: mention the mailing list
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Jan 2011 17:59:30 -0500
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