View | Details | Raw Unified
Collapse All | Expand All

(-) docbook-utils-0.6.12/backends/txt.orig (+4 lines)
 Lines 10-15    Link Here 
then
then
  CONVERT=/usr/bin/links
  CONVERT=/usr/bin/links
  ARGS="-dump"
  ARGS="-dump"
elif [ -x /usr/bin/w3m ]
then
  CONVERT=/usr/bin/w3m
  ARGS="-dump -T text/html"
else
else
  echo >&2 "No way to convert HTML to text found."
  echo >&2 "No way to convert HTML to text found."
  exit 1
  exit 1