aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/isl.sh
blob: 2ff6dba96e71eb9e5620569002035872bfa34fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

./configure --prefix=/usr \
	    --disable-static \
	    --docdir=/usr/share/doc/isl-"${VERSION}" &&

make &&
make html &&

make -j1 install &&
make -j1 install-html