apenwarr-redo/Documentation/md-to-man.do

8 lines
299 B
Text
Raw Normal View History

redo-ifchange md2man.py
if ./md2man.py /dev/null /dev/null >/dev/null; then
echo './md2man.py $2.md.tmp $2.html'
2010-12-12 01:59:26 -08:00
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: $2.1 >&2'
2010-12-12 01:59:26 -08:00
fi