Changeset 5135:fad24cd7ba8f for doc

Show
Ignore:
Timestamp:
2007-04-13 09:46:22 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Allow elinks for building manual.txt (closes #2876)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r5123 r5135  
    8282check: 
    8383manual.txt: manual.html 
    84         -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@ 
     84        -lynx -dump -nolist -with_backspaces $^ > $@ || \ 
     85        w3m -dump $^ > $@ || \ 
     86        elinks -dump -no-numbering -no-references $^ > $@ 
    8587 
    8688manual.html: $(srcdir)/html.xsl stamp-doc-xml