aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-11 11:03:56 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-12 19:19:11 +0000
commit8ebbf99173984bf44e78ff7fec2a8ab082c1c8ae (patch)
tree46827da94fd869b94ac978843617cb421e34a75c /docbook/Makefile.am
parent3b940d2a83a8d51f3de1284acec28171f6cac8c9 (diff)
Remove Lynx.
Use tools/html2text.py to convert HTML to text. Remove some now-obsolete documentation. Change-Id: Ib21a1ab10c789182da5fcc68e98917a00f2fa650 Reviewed-on: https://code.wireshark.org/review/25733 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/Makefile.am')
-rw-r--r--docbook/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/docbook/Makefile.am b/docbook/Makefile.am
index 3c6855e911..c190d59817 100644
--- a/docbook/Makefile.am
+++ b/docbook/Makefile.am
@@ -458,10 +458,8 @@ wsdg_html_chunked/index.html: developer-guide.xml
# Release notes
if HAVE_ASCIIDOCTOR
release_note_deps = release-notes.html
-if HAVE_LYNX
release_note_deps += release-notes.txt
endif
-endif
release_notes: $(release_note_deps)
# create html single page file
@@ -475,8 +473,7 @@ release-notes.html: $(RELEASE_NOTES_SOURCE)
# create txt single page file (through HTML)
release-notes.txt: release-notes.html
@ echo --- RELEASE NOTES - TXT ---
- $(LYNX) \
- -dump \
+ $(PYTHON) $(srcdir)/tools/html2text.py \
$(builddir)/release-notes.html \
> $(builddir)/release-notes.txt