projects
/
cookiecutter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename directory 'project' to project's name
[cookiecutter.git]
/
project_template
/
publish-docs
1
#! /bin/sh
2
3
web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/project/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"