mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Remove publish-doc
We don't use this script anymore. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
1078ee4993
commit
04efea1727
1 changed files with 0 additions and 15 deletions
15
publish-doc
15
publish-doc
|
|
@ -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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue