TIVI-153: add as dependency for iputils
[profile/ivi/docbook-utils.git] / packaging / docbook-utils-w3mtxtconvert.patch
1 diff -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