summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-10-19 16:16:06 +0200
committerThomas Graf <tgraf@redhat.com>2012-10-19 16:16:06 +0200
commitdb138439ac214d1259848ab11447d9b061ec3740 (patch)
tree39f8502783c98bb665af44d4d1c4c86feac89598 /autogen.sh
parent2d674fed6c0f1417ffa1dc73c43bb13993d15011 (diff)
downloadlibnl-db138439ac214d1259848ab11447d9b061ec3740.tar.gz
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>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index a569614..c3538bb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,3 +2,5 @@
autoreconf -fi;
rm -Rf autom4te.cache;
+
+doc/autogen.sh