aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/Makefile.am')
-rw-r--r--docbook/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/docbook/Makefile.am b/docbook/Makefile.am
index fd0bbc6fba..e25fca4bf9 100644
--- a/docbook/Makefile.am
+++ b/docbook/Makefile.am
@@ -18,26 +18,6 @@ A2X_TEXT_OPTS=
A2X_TEXT_OPTS+="--lynx"
#endif
-# html to text converter for text version of release notes, e.g. elinks.
-# This could also be "lynx", or "true" if neither elinks nor lynx is installed
-# (See Bug # 1446 for note re 'force-html' below)
-# Sorry about the indenting, but that's what automake requires...
-if HAVE_ELINKS
-HTML2TXT=$(ELINKS) -dump -dump-width 72
-## links: -dump requires 'url' argument (as opposed to elinks & lynx)
-## (Rather than fixing things we'll just disable the use of links).
-##else
-##if HAVE_LINKS
-##HTML2TXT=$(LINKS) -dump -width 72
-else
-if HAVE_LYNX
-HTML2TXT=$(LYNX) -dump -width=72 -nolist -stdin -force-html
-else
-HTML2TXT="true"
-endif
-##endif
-endif
-
############### YOU SHOULDN'T HAVE TO EDIT ANYTHING BELOW THIS LINE! ################
include Makefile.common