Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1446] lynx builds release-notes.txt as a html page

Date: Sat, 18 Aug 2007 12:16:31 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1446





------- Comment #4 from toralf.foerster@xxxxxx  2007-08-18 12:16 GMT -------
After a (longer) discussion with the lynx people the following work around
solves the issue for me :

tfoerste@n22 ~/devel/wireshark/trunk/docbook $ sdc Makefile
Index: Makefile
===================================================================
--- Makefile    (revision 22549)
+++ Makefile    (working copy)
@@ -25,7 +25,7 @@
 # This could also be "lynx", or "true" if neither elinks nor lynx is installed
 #HTML2TXT=elinks -dump -dump-width 72
 #HTML2TXT=links -dump -width 72
-HTML2TXT?=lynx -dump -width=72 -nolist -stdin
+HTML2TXT?=lynx -dump -width=72 -nolist -stdin -force-html


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.