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