--- docbook-utils-0.6.12/backends/txt.orig 2003-12-05 20:08:03.800328776 -0500 +++ docbook-utils-0.6.12/backends/txt 2003-12-05 20:09:25.279941992 -0500 @@ -10,6 +10,10 @@ then CONVERT=/usr/bin/links ARGS="-dump" +elif [ -x /usr/bin/w3m ] +then + CONVERT=/usr/bin/w3m + ARGS="-dump -T text/html" else echo >&2 "No way to convert HTML to text found." exit 1