#!/bin/sh
set -e -u
cp -a doc/ "$ADTTMP"
sed -i "s@../bin/pyxplot@pyxplot@" "$ADTTMP/doc/Makefile"
make -C "$ADTTMP/doc/" test-examples
