libnl/autogen.sh
Thomas Graf db138439ac doc: Split doc/ into separate packages
Separates all the documentation generation trickery to its own
configure.in and allows to easily generate a pre built doc dist
file for distribution.

Arguments to configure will be passed on to doc/configure

Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-10-19 16:16:06 +02:00

6 lines
68 B
Bash
Executable file

#!/bin/bash
autoreconf -fi;
rm -Rf autom4te.cache;
doc/autogen.sh