From: Rocco Rutte Date: Sun, 23 Nov 2008 17:46:41 +0000 (+0100) Subject: Complete e1304a641938 commit X-Git-Tag: neomutt-20160307~876 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78af22a674a99bcd3902194423fbf2e0dab70766;p=neomutt Complete e1304a641938 commit --- 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