~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to debian/patches/debian-specific/build_doc_adjustments.diff

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-01-20 18:17:56 UTC
  • Revision ID: james.westby@ubuntu.com-20100120181756-2adxeoe2e98vyod8
Tags: 1.5.20-5ubuntu1
debian/control, debian/patches/debian-specific/build_doc_adjustments.diff:
use w3m instead of elinks for generating documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
--- a/doc/Makefile.am
4
4
+++ b/doc/Makefile.am
5
 
@@ -100,9 +100,7 @@ uninstall-local:
6
 
 
7
 
 check:
8
 
 manual.txt: manual.html
9
 
-       -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
10
 
-       LC_ALL=C w3m -dump manual.html > $@ || \
11
 
-       LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
12
 
+       LC_ALL=C elinks -dump -dump-charset utf8 -no-numbering -no-references $< > $@
13
 
 
14
 
 Muttrc: stamp-doc-rc
15
 
 
16
5
@@ -114,10 +112,10 @@ stamp-doc-rc: $(top_srcdir)/init.h maked
17
6
        touch stamp-doc-rc
18
7