]> git.phdru.name Git - sqlconvert.git/blobdiff - publish-docs
Rename mysql2sql -> sqlconvert
[sqlconvert.git] / publish-docs
index e4d45a84468c2a0b6e0e8217d71d77c3e9b7f239..5b65ec75d0c771bc03284da4745e06121edc7a89 100755 (executable)
@@ -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" &&