From: Oleg Broytman Date: Sat, 29 Apr 2017 03:29:33 +0000 (+0300) Subject: Remove publish-docs X-Git-Tag: 0.2.0~12 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=bd10d77b35398f22b57de53ebe000baac631053d Remove 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"