1#!/bin/sh -v
2
3mkdir build-aux
4
5autoreconf -fi || exit 1
6(cd doc && po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg) || exit 1
7
8rm -rf autom4te.cache build-aux
9