X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fpublish-docs;h=bca408317c544579314ee5bafc26b3d951eec391;hp=6e527732ab50658c2e07423477ef2b8f7c5b4593;hb=dea2f6af05934978b2357b1e8c552c87ef2b0e88;hpb=d15f85bc0e619e222f849804eec6c30e7c762c90 diff --git a/project_template/publish-docs b/project_template/publish-docs index 6e52773..bca4083 100755 --- a/project_template/publish-docs +++ b/project_template/publish-docs @@ -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" &&