X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=publish-docs;h=6d2ca7ceb30c45002edafe0535961529968779ff;hp=5b65ec75d0c771bc03284da4745e06121edc7a89;hb=b8363472c1306d0c704a46f028cff95d945a2133;hpb=8ec910640c86e0551bb6a31b1c63115eb52e8756 diff --git a/publish-docs b/publish-docs index 5b65ec7..6d2ca7c 100755 --- a/publish-docs +++ b/publish-docs @@ -1,6 +1,6 @@ #! /bin/sh -web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/sqlconvert/docs +web="`git config --get --path htdocs.path`" && cd "`dirname \"$0\"`"/docs/_build/html && rsync -ahP --del * --exclude=objects.inv "$web" &&