Ticket #36354: docbook-utils-w3mtxtconvert.patch
File docbook-utils-w3mtxtconvert.patch, 343 bytes (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
backends/txt
diff -urNp original/txt new/txt
old new then 13 13 elif [ -x /usr/bin/w3m ] 14 14 then 15 15 CONVERT=/usr/bin/w3m 16 ARGS="- dump"16 ARGS="-T text/html -dump" 17 17 else 18 18 echo >&2 "No way to convert HTML to text found." 19 19 exit 1