From bd10d77b35398f22b57de53ebe000baac631053d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 29 Apr 2017 06:29:33 +0300 Subject: [PATCH] Remove publish-docs --- publish-docs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 publish-docs diff --git a/publish-docs b/publish-docs deleted file mode 100755 index 6d2ca7c..0000000 --- a/publish-docs +++ /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" -- 2.39.2