X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=publish-docs;h=5b65ec75d0c771bc03284da4745e06121edc7a89;hb=086a760c174399c68db88ee3412a2a4d5f81814e;hp=e4d45a84468c2a0b6e0e8217d71d77c3e9b7f239;hpb=16c2bcbc29f78bf54fb7ffee9577d1d88216ebbc;p=sqlconvert.git diff --git a/publish-docs b/publish-docs index e4d45a8..5b65ec7 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="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/sqlconvert/docs cd "`dirname \"$0\"`"/docs/_build/html && rsync -ahP --del * --exclude=objects.inv "$web" &&