]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/publish-docs
Fix pip's --install-option: --compile is default and I prefer -O2
[cookiecutter.git] / project_template / publish-docs
index 6e527732ab50658c2e07423477ef2b8f7c5b4593..bca408317c544579314ee5bafc26b3d951eec391 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/project/docs
+web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/{project}/docs
 
 cd "`dirname \"$0\"`"/docs/_build/html &&
 rsync -ahP --del * --exclude=objects.inv "$web" &&