]> git.phdru.name Git - sqlconvert.git/blobdiff - publish-docs
Add home/repo/tracker URLs
[sqlconvert.git] / publish-docs
index e4d45a84468c2a0b6e0e8217d71d77c3e9b7f239..6d2ca7ceb30c45002edafe0535961529968779ff 100755 (executable)
@@ -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" &&