summaryrefslogtreecommitdiffstats
path: root/devel/noweb/pkg-install
blob: 5483370e8e8556d69e5c549560fe4d5c52a198ce (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
if ! which mktexlsr >/dev/null; then
  echo "I can't find mktexlsr in your search path."
  echo "If you want to use noweb's (La)TeX output"
  echo "you should also install the teTeX package."
else
  mktexlsr
fi
OpenPOWER on IntegriCloud