X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/44c01adf506b1087bff724dcb65b92a12b012836..03799e24b23b9a04aee38d40898625a71b92b5e6:/debian/patches/debian-specific/build_doc_adjustments.diff diff --git a/debian/patches/debian-specific/build_doc_adjustments.diff b/debian/patches/debian-specific/build_doc_adjustments.diff index eab7b4c..6bd1b54 100644 --- a/debian/patches/debian-specific/build_doc_adjustments.diff +++ b/debian/patches/debian-specific/build_doc_adjustments.diff @@ -1,18 +1,19 @@ -Use links(1) to generate the HTML manual page +Use elinks(1) to generate the HTML manual page --- a/doc/Makefile.am +++ b/doc/Makefile.am -@@ -98,7 +98,8 @@ uninstall-local: +@@ -100,9 +100,7 @@ uninstall-local: check: manual.txt: manual.html - -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \ -+ links.main -dump $< > $@ || links -dump $< > $@ || \ -+ LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \ - LC_ALL=C w3m -dump manual.html > $@ || \ - LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ +- LC_ALL=C w3m -dump manual.html > $@ || \ +- LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ ++ LC_ALL=C elinks -dump -dump-charset utf8 -no-numbering -no-references $< > $@ -@@ -112,10 +113,10 @@ stamp-doc-rc: $(top_srcdir)/init.h maked + Muttrc: stamp-doc-rc + +@@ -114,10 +112,10 @@ stamp-doc-rc: $(top_srcdir)/init.h maked touch stamp-doc-rc manual.html: $(srcdir)/html.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css @@ -24,4 +25,4 @@ Use links(1) to generate the HTML manual page + xsltproc --nonet $(srcdir)/chunk.xsl manual.xml touch stamp-doc-chunked - $(HTML_DOCFILES): stamp-doc-chunked + $(CHUNKED_DOCFILES): stamp-doc-chunked