X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/2b78277fa96ebf26fe69ad4d1ef9dfb8c2599009..6a29f2da9a8ac708c31ff9f25bd414667603281d:/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 4722704..5cbd762 100644 --- a/debian/patches/debian-specific/build_doc_adjustments.diff +++ b/debian/patches/debian-specific/build_doc_adjustments.diff @@ -7,7 +7,7 @@ - -xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html - -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \ + xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html -+ links.main -dump $^ > $@ || links -dump $^ > $@ || \ ++ links.main -dump $< > $@ || links -dump $< > $@ || \ + lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \ w3m -dump manual-txt.html > $@ || \ elinks -dump -no-numbering -no-references manual-txt.html > $@