blob: 80fc22a094665a6ae13c0efd5ff61348c622c443 [file] [log] [blame]
Lloyd Pique818c5d82015-10-27 14:32:21 -07001#!/bin/bash
2
3set -e
4
5[ -e doc ] || (echo "Run this from the project root" && exit 1)
6
7make
8
9DOC_HTML=./doc/publican/Wayland/en-US/html/
10
11[ -e "${DOC_HTML}" ] || (echo "HTML documentation failed to build at ${DOC_HTML}" && exit 1)
12
13chmod -R g+x ${DOC_HTML}
14
15rsync --delete -avz ${DOC_HTML} freedesktop.org:/srv/wayland.freedesktop.org/www/docs/html/