aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.am
diff options
context:
space:
mode:
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