#!/bin/sh -v

mkdir build-aux

autoreconf -fi || exit 1
(cd doc && po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg) || exit 1

rm -rf autom4te.cache build-aux
