aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/texinfo.sh
blob: 152aa42956d5c43d49ce972f5cc53b4a23cd70e1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

./configure --prefix=/usr &&

make &&

make -j1 install &&

make TEXMF=/usr/share/texmf install-tex