aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/texinfo.sh
blob: 55b530c7117eae2fb068949fc4433b9efbcd6d2a (plain)
1
2
3
4
5
6
#!/bin/bash
set -e

./configure --prefix=/usr &&
make &&
make -j1 install