summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/autogen.sh
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-04 14:48:34 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-04 20:02:06 +0100
commit1ccbc1549ec509d737dc39a9440aae1650bde1ad (patch)
treea8f16a01b1e3a52bac7f0991f806855291fe4b1d /handbook/poky-doc-tools/autogen.sh
parentf5d0471541ddc29f11c2f17075fd8d46adea740d (diff)
downloadpoky-1ccbc1549ec509d737dc39a9440aae1650bde1ad.tar.gz
handbook: use XML catalogues to make building work on all(?) distros
Thanks to Damien's pointers we should now be able to generate the handbook regardless of host distro Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook/poky-doc-tools/autogen.sh')
-rwxr-xr-xhandbook/poky-doc-tools/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/poky-doc-tools/autogen.sh b/handbook/poky-doc-tools/autogen.sh
index 5daa935608..d68a142b83 100755
--- a/handbook/poky-doc-tools/autogen.sh
+++ b/handbook/poky-doc-tools/autogen.sh
@@ -1,3 +1,3 @@
1#! /bin/sh 1#! /bin/sh
2autoreconf -v --install || exit 1 2autoreconf -v --install || exit 1
3./configure --enable-maintainer-mode --enable-debug "$@" 3./configure "$@"