From: Oleg Broytman Date: Sat, 29 Apr 2017 03:30:01 +0000 (+0300) Subject: Remove publish-docs X-Git-Tag: 0.0.16~21 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=94acee6fcfac9a41f5ad053c5ce274a0655dcc3e Remove publish-docs --- diff --git a/publish-docs b/publish-docs deleted file mode 100755 index ba4bdef..0000000 --- a/publish-docs +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -web="`git config --get --path htdocs.path`" && - -cd "`dirname \"$0\"`"/docs/_build/html && -rsync -ahP --del * --exclude=objects.inv "$web" && - -cd ../../../docs-ru/_build/html && -rsync -ahP --del --exclude=objects.inv * "$web"/ru && - -exec chmod -R u=rwX,go=rX "$web"