docs/publish.sh @ b2e4864dc599

Make fetch update the inc/out cache.

Patch from David Roguin.
author Steve Losh <steve@stevelosh.com>
date Sat, 22 Jan 2011 12:28:23 -0500
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