]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - docbook-utils/patches/docbook-utils-w3mtxtconvert.patch
docbook-utils: Convert package to new layout.
[people/amarx/ipfire-3.x.git] / docbook-utils / patches / docbook-utils-w3mtxtconvert.patch
CommitLineData
332c8f43
SS
1diff -urNp original/txt new/txt
2--- original/backends/txt 2007-11-05 18:44:52.000000000 +0100
3+++ new/backends/txt 2007-11-22 15:21:36.000000000 +0100
4@@ -13,7 +13,7 @@ then
5 elif [ -x /usr/bin/w3m ]
6 then
7 CONVERT=/usr/bin/w3m
8- ARGS="-dump"
9+ ARGS="-T text/html -dump"
10 else
11 echo >&2 "No way to convert HTML to text found."
12 exit 1