aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/groff.sh
blob: 73b4b93434cf2c8da709c9768c726ca1617e6733 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

PAGE=letter ./configure --prefix=/usr &&

make &&

make -j1 install