libinput/tools/publish-doc

12 lines
265 B
Text
Raw Normal View History

#!/bin/bash
set -e
[ -e doc ] || (echo "Run this from the project root" && exit 1)
make
[ -e doc/html ] || (echo "HTML documentation failed to build" && exit 1)
rsync --delete -avz doc/html/ freedesktop.org:/srv/wayland.freedesktop.org/www/libinput/doc/latest