diff options
Diffstat (limited to 'chapter8/groff.sh')
-rw-r--r-- | chapter8/groff.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter8/groff.sh b/chapter8/groff.sh index 7a693aa..ec6b15c 100644 --- a/chapter8/groff.sh +++ b/chapter8/groff.sh @@ -1,3 +1,7 @@ #!/bin/bash +PAGE=letter ./configure --prefix=/usr +make + +make -j1 install |