http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1446
Summary: lynx build release-notes.txt as a html page
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: toralf.foerster@xxxxxx
Build Information:
tfoerste@n22 ~/devel/wireshark/trunk $ ./tshark -v
TShark 0.99.6 (SVN Rev 21034)
Copyright 1998-2007 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GLib 2.12.9, with libpcap 0.9.5, with libz 1.2.3, with libpcre
6.6, with Net-SNMP 5.2.1.2, without ADNS, without Lua, with GnuTLS 1.4.4, with
Gcrypt 1.2.2, without Kerberos.
Running on Linux 2.6.19-gentoo-r5, with libpcap version 0.9.5.
Built using gcc 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10).
--
from the Makefile variable HTML2TXT I would expect to get a flat text file, but
instead I get the file attached in comment #1 after this call:
tfoerste@n22 ~/devel/wireshark/trunk/docbook $ make release-notes.txt
cat check_svn_version.sh | tr -d '\015' | /bin/bash
--- RELEASE NOTES - TXT ---
"xsltproc" --stringparam generate.toc "article nop" --nonet
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
release-notes.xml | lynx -dump -width=72 -nolist -stdin > release-notes.txt
ID recommended on section: Bug Fixes
ID recommended on section: New and Updated Features
ID recommended on section: New Protocol Support
ID recommended on section: Updated Protocol Support
ID recommended on section: New and Updated Capture File Support
ID recommended on section: Vendor-supplied Packages
tfoerste@n22 ~/devel/wireshark/trunk/docbook $ mv release-notes.txt
release-notes.txt.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.