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