aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gawk.sh
blob: b6f25c58d2d5338335bc2bb9de16d5b03ef1c85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

sed -i 's/extras//' Makefile.in

./configure --prefix=/usr &&

make &&

make -j1 install &&

mkdir -v /usr/share/doc/gawk-"${VERSION}" &&
cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-"${VERSION}"