]> granicus.if.org Git - mutt/commitdiff
Manual: Fix lynx call for html to text conversion, strip \001 when dumping with elinks
authorRocco Rutte <pdmef@gmx.net>
Mon, 24 Nov 2008 11:41:30 +0000 (12:41 +0100)
committerRocco Rutte <pdmef@gmx.net>
Mon, 24 Nov 2008 11:41:30 +0000 (12:41 +0100)
ChangeLog
doc/Makefile.am

index a4749cde70045f2b4f9f96ff636e48077e585543..c50fe395087c04b2fd47a72dfc558a5aba9def4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-24 11:43 +0100  Rocco Rutte  <pdmef@gmx.net>  (1b39f5505dec)
+
+       * doc/manual.xml.head: Manual: Fix/Improve quoting
+
+2008-11-24 11:43 +0100  Rocco Rutte  <pdmef@gmx.net>  (d133f2da0b6e)
+
+       * ChangeLog, hg-commit: hg-commit: Exit if manual validation fails
+
 2008-11-24 11:38 +0100  Rocco Rutte  <pdmef@gmx.net>  (8915e5aa7af7)
 
        * doc/manual.xml.head, doc/muttrc.man.head: Documentation:
index 1eaff56dba75106e2ceba0b2fe78f63a95d912cd..84e04d6b64304b6af254d291459f05cd2f59a1a4 100644 (file)
@@ -99,9 +99,9 @@ uninstall-local:
 
 check:
 manual.txt: manual.html
-       LC_ALL=C -lynx -dump -nolist -with_backspaces manual.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 > $@
+       LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
 
 Muttrc: stamp-doc-rc