#!/bin/sh

aclocal -I admin
automake --foreign -a -c -f
autoconf
(cd win32 ; bakefile_gen)

make -C docs -f generate-docs.make
