docs/publish.sh @ f9616d40630b

Create the documentation (using markdoc).
author Steve Losh <steve@stevelosh.com>
date Thu, 19 Nov 2009 21:53:55 -0500
parents (none)
children 187b25ff6e1a
#!/usr/bin/env bash

markdoc build --document-root '/hg-prompt/'
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