]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/debian-specific/build_doc_adjustments.diff
really refresh patches against tip
[software/mutt-debian.git] / debian / patches / debian-specific / build_doc_adjustments.diff
index d7fb1b6038e81875f473647649c42d55c5c6e951..0618fa4fc44f98f0376a75a3760b91b09d12c448 100644 (file)
@@ -1,13 +1,11 @@
-Index: doc/Makefile.in
-===================================================================
---- doc/Makefile.in.orig       2007-05-17 14:47:01.000000000 +0200
-+++ doc/Makefile.in    2007-05-17 14:58:34.000000000 +0200
-@@ -435,15 +435,16 @@ uninstall-local:
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -81,15 +81,16 @@ uninstall-local:
  
  check:
  manual.txt: manual.html
 -      -lynx -dump -nolist -with_backspaces $^ > $@ || \
-+      /usr/bin/links.main -dump $^ > $@ || links -dump $^ > $@ || \
++      links.main -dump $^ > $@ || links -dump $^ > $@ || \
 +      lynx -dump -nolist -with_backspaces $^ > $@ || \
        w3m -dump $^ > $@ || \
        elinks -dump -no-numbering -no-references $^ > $@