aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.buildbot/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.buildbot/install.sh b/.buildbot/install.sh
index b22f3aae0..8ddd77ec0 100755
--- a/.buildbot/install.sh
+++ b/.buildbot/install.sh
@@ -1,3 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2 2
3cd doc/tutorial; make tutorial.html &> /dev/null; cd -
4cd doc/doxygen; make full &> /dev/null; cd -
3make install 5make install