From 78af22a674a99bcd3902194423fbf2e0dab70766 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Sun, 23 Nov 2008 18:46:41 +0100 Subject: [PATCH] Complete e1304a641938 commit --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 8131faa7c..eb69e4a17 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -99,9 +99,9 @@ uninstall-local: check: manual.txt: manual.html - LC_ALL=C -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \ - LC_ALL=C w3m -dump manual-txt.html > $@ || \ - LC_ALL=C elinks -dump -no-numbering -no-references manual-txt.html > $@ + 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 > $@ Muttrc: stamp-doc-rc -- 2.49.0