docs/publish.sh @ 187b25ff6e1a

Update the docs to work with the new version of Markdoc.
author Steve Losh <steve@stevelosh.com>
date Tue, 15 Dec 2009 20:42:27 -0500
parents f9616d40630b
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