Ticket #36354: docbook-utils-w3mtxtconvert.patch

File docbook-utils-w3mtxtconvert.patch, 343 bytes (added by lockhart (Thomas Lockhart), 12 years ago)

Patchfile from Fedora 18 RPM.

  • backends/txt

    diff -urNp original/txt new/txt
    old new then 
    1313elif [ -x /usr/bin/w3m ]
    1414then
    1515  CONVERT=/usr/bin/w3m
    16   ARGS="-dump"
     16  ARGS="-T text/html -dump"
    1717else
    1818  echo >&2 "No way to convert HTML to text found."
    1919  exit 1