Changeset 5135:fad24cd7ba8f for doc
- Timestamp:
- 2007-04-13 09:46:22 (20 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r5123 r5135 82 82 check: 83 83 manual.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 $^ > $@ 85 87 86 88 manual.html: $(srcdir)/html.xsl stamp-doc-xml
