docs/publish.sh @ 43b7fb82d9a0

Add the {closed} keyword.
author Steve Losh <steve@dwaiter.com>
date Mon, 05 Jul 2010 14:50:51 -0400
parents 187b25ff6e1a
children (none)
#!/usr/bin/env bash

markdoc build
rsync --delete -az .html/ ~/src/sjl.bitbucket.org/hg-prompt
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-prompt: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push