From: Brendan Cully Date: Fri, 13 Apr 2007 16:46:22 +0000 (-0700) Subject: Allow elinks for building manual.txt (closes #2876) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58986d0c5e929b03fdfa8056bc2923c71a35337;p=neomutt Allow elinks for building manual.txt (closes #2876) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 4a59f2cc8..173f352a7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -81,7 +81,9 @@ uninstall-local: check: manual.txt: manual.html - -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@ + -lynx -dump -nolist -with_backspaces $^ > $@ || \ + w3m -dump $^ > $@ || \ + elinks -dump -no-numbering -no-references $^ > $@ manual.html: $(srcdir)/html.xsl stamp-doc-xml -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml