From 6f092cfd878a16db276238444f41d6218e66d12a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 28 Feb 2014 13:32:55 +1300 Subject: autobuild: Run "make dist" to ensure non-waf docs build is run Signed-off-by: Andrew Bartlett Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Mar 4 05:00:27 CET 2014 on sn-devel-104 --- script/autobuild.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/autobuild.py b/script/autobuild.py index 41ba8a4b16f..4af70ee8211 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -101,7 +101,8 @@ tasks = { ("configure", "PYTHONPATH=${PYTHON_PREFIX}/site-packages:$PYTHONPATH PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${PREFIX_DIR}/lib/pkgconfig ./configure --bundled-libraries=!talloc,!tdb,!pytdb,!ntdb,!pyntdb,!ldb,!pyldb,!tevent,!pytevent --abi-check --enable-debug -C ${PREFIX}", "text/plain"), ("make", "make", "text/plain"), - ("install", "make install", "text/plain")], + ("install", "make install", "text/plain"), + ("dist", "make dist", "text/plain")], "ldb" : [ ("random-sleep", "../../script/random-sleep.sh 60 600", "text/plain"), -- cgit