It appears that neither elinks, links or lynx are installed in the two
OSX build environments ....
(I committed a change to Makefile.am slightly so all three of
elinks,links and lynx get tried before the make errors out).
./faq.py >faq.txt.tmp
elinks -dump -dump-width 72 -no-numbering -no-references < faq.txt.tmp >
faq.txt || \
links -dump -width 72 -no-numbering -no-references <
faq.txt.tmp > faq.txt || \
lynx -dump -width=72 -nolist -stdin -force-html < faq.txt.tmp
> faq.txt
/bin/sh: elinks: command not found
/bin/sh: links: command not found
/bin/sh: lynx: command not found
make[2]: *** [faq.txt] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
program finished with exit code 2