#!/bin/sh
set -e

export SPHINXBUILD=/usr/share/sphinx/scripts/python2/sphinx-build

cp -r documentation examples Makefile "$ADTTMP"
cd "$ADTTMP"
make
