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