apenwarr-redo/Documentation/md-to-man.do
Avery Pennarun 0670f78b96 md-to-man.do: suggest how to install markdown/BeautifulSoup
...since they aren't included by default on MacOS X, but easy_install can
easily get them for you.
2011-12-31 02:49:39 -05:00

8 lines
282 B
Text

redo-ifchange md2man.py
if ./md2man.py </dev/null >/dev/null; then
echo './md2man.py $1.md.tmp'
else
echo "Warning: md2man.py missing modules; can't generate manpages." >&2
echo "Warning: try this: sudo easy_install markdown BeautifulSoup" >&2
echo 'echo Skipping: $1.1 >&2'
fi