#!/bin/sh
set -e

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

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