projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b470fa7
)
Allow elinks for building manual.txt (closes #2876)
author
Brendan Cully
<brendan@kublai.com>
Fri, 13 Apr 2007 16:46:22 +0000
(09:46 -0700)
committer
Brendan Cully
<brendan@kublai.com>
Fri, 13 Apr 2007 16:46:22 +0000
(09:46 -0700)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index 4a59f2cc8961d0e2c312f73e40459f11f578bc43..173f352a7aebe80736d3ea3fb0d7a634f9a142cb 100644
(file)
--- 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