X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/4988a192dab00d86203bd44995b53284abfa1474..c03d7a7fe5a93ae285db54321ed0be48ed5fa6e5:/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 f16f8e5..0618fa4 100644 --- a/debian/patches/debian-specific/build_doc_adjustments.diff +++ b/debian/patches/debian-specific/build_doc_adjustments.diff @@ -1,11 +1,14 @@ ---- mutt-1.5.11.orig/doc/Makefile.in -+++ mutt-1.5.11/doc/Makefile.in -@@ -111,13 +111,13 @@ +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -81,15 +81,16 @@ uninstall-local: check: manual.txt: manual.html -- -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@ -+ /usr/bin/links.main -dump $^ > $@ || links -dump $^ > $@ +- -lynx -dump -nolist -with_backspaces $^ > $@ || \ ++ links.main -dump $^ > $@ || links -dump $^ > $@ || \ ++ lynx -dump -nolist -with_backspaces $^ > $@ || \ + w3m -dump $^ > $@ || \ + elinks -dump -no-numbering -no-references $^ > $@ manual.html: $(srcdir)/html.xsl stamp-doc-xml - -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml @@ -16,4 +19,4 @@ + xsltproc --nonet $(srcdir)/chunk.xsl manual.xml touch stamp-doc-chunked - manual.pdf: manual.tex + $(HTML_DOCFILES): stamp-doc-chunked