]> git.phdru.name Git - sqlconvert.git/commitdiff
Remove publish-docs
authorOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 03:29:19 +0000 (06:29 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 03:29:19 +0000 (06:29 +0300)
publish-docs [deleted file]

diff --git a/publish-docs b/publish-docs
deleted file mode 100755 (executable)
index 6d2ca7c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-web="`git config --get --path htdocs.path`" &&
-
-cd "`dirname \"$0\"`"/docs/_build/html &&
-rsync -ahP --del * --exclude=objects.inv "$web" &&
-
-exec chmod -R u=rwX,go=rX "$web"