X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=publish-docs;h=5b65ec75d0c771bc03284da4745e06121edc7a89;hp=e4d45a84468c2a0b6e0e8217d71d77c3e9b7f239;hb=159b4e3d7127e719a0dd12013dd54bf05b276ba9;hpb=5ecbd0d7b0fdd14e669438b44845eabe82285648 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" &&