aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/check.sh')
-rw-r--r--chapter8/check.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/check.sh b/chapter8/check.sh
new file mode 100644
index 0000000..9a4f704
--- /dev/null
+++ b/chapter8/check.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+./configure --prefix=/usr --disable-static
+
+make
+
+make docdir=/usr/share/doc/check-"${VERSION}" -j1 install