diff options
Diffstat (limited to 'chapter7/texinfo.sh')
-rw-r--r-- | chapter7/texinfo.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter7/texinfo.sh b/chapter7/texinfo.sh new file mode 100644 index 0000000..1935156 --- /dev/null +++ b/chapter7/texinfo.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +./configure --prefix=/usr && +make && +make -j1 install |