docs/publish.sh @ 037b7d29d984

Add a few sample prompts to the documentation.
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Dec 2009 02:13:03 -0500
parents f9616d40630b
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