Add --enable-build-man-pages to tools dist build
[lttng-ci.git] / scripts / lttng-tools / build.sh
index bade02d69892bb8f3cc6be5cbb08c0fe16594346..b557c4143bee859b586163206d82c9965f015a9d 100755 (executable)
@@ -196,7 +196,7 @@ case "$build" in
         BUILD_PATH=`mktemp -d`
 
         # Initial configure and generate tarball
-        MAKE=$MAKE BISON="$BISON" YACC="$YACC" CFLAGS="$CFLAGS" ./configure $CONF_OPTS
+        MAKE=$MAKE BISON="$BISON" YACC="$YACC" CFLAGS="$CFLAGS" ./configure $CONF_OPTS --enable-build-man-pages
         $MAKE dist
 
         mkdir -p $BUILD_PATH
This page took 0.023858 seconds and 4 git commands to generate.