docbook-utils/docbook-utils-w3mtxtconvert.patch
Petr Šabata b212673507 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/docbook-utils#6643d2ffbb251056fff5ca19ae6ce673665835f5
2020-10-14 23:45:48 +02:00

13 lines
343 B
Diff

diff -urNp original/txt new/txt
--- original/backends/txt 2007-11-05 18:44:52.000000000 +0100
+++ new/backends/txt 2007-11-22 15:21:36.000000000 +0100
@@ -13,7 +13,7 @@ then
elif [ -x /usr/bin/w3m ]
then
CONVERT=/usr/bin/w3m
- ARGS="-dump"
+ ARGS="-T text/html -dump"
else
echo >&2 "No way to convert HTML to text found."
exit 1