1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/noweb/pkg-install
Stephen Montgomery-Smith c39dace61f - Stage support.
2014-08-21 23:38:59 +00:00

9 lines
221 B
Bash

#!/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