Remove publish-doc
authorSimon Ser <contact@emersion.fr>
Thu, 5 May 2022 09:24:11 +0000 (11:24 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 5 May 2022 09:24:11 +0000 (11:24 +0200)
We don't use this script anymore.

Signed-off-by: Simon Ser <contact@emersion.fr>
publish-doc [deleted file]

diff --git a/publish-doc b/publish-doc
deleted file mode 100755 (executable)
index 80fc22a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -e
-
-[ -e doc ] || (echo "Run this from the project root" && exit 1)
-
-make
-
-DOC_HTML=./doc/publican/Wayland/en-US/html/
-
-[ -e "${DOC_HTML}" ] || (echo "HTML documentation failed to build at ${DOC_HTML}" && exit 1)
-
-chmod -R g+x ${DOC_HTML}
-
-rsync --delete -avz ${DOC_HTML} freedesktop.org:/srv/wayland.freedesktop.org/www/docs/html/