]> git.phdru.name Git - ppu.git/blob - publish-docs
TODO: GitHub, Travis, AppVeyor, PyPI
[ppu.git] / publish-docs
1 #! /bin/sh
2
3 web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/remove-old-files/docs
4
5 cd "`dirname \"$0\"`"/docs/_build/html &&
6 rsync -ahP --del * --exclude=objects.inv "$web" &&
7
8 exec chmod -R u=rwX,go=rX "$web"