
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>
6 lines
68 B
Bash
Executable file
6 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
|
|
autoreconf -fi;
|
|
rm -Rf autom4te.cache;
|
|
|
|
doc/autogen.sh
|