https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4631
Summary: links (version 2.2) doesn't like a pipe
Product: Wireshark
Version: SVN
Platform: x86
OS/Version: Gentoo
Status: NEW
Severity: Normal
Priority: Low
Component: Documentation
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: toralf.foerster@xxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Building release-notes.txt failed in this way :
tfoerste@n22 ~/devel/wireshark/docbook $ /usr/bin/xsltproc --stringparam
generate.toc "article nop" --nonet
http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
release-notes.xml |/usr/bin/links -dump -width 72 > release-notes.txt
URL expected after -dump
however this works :
tfoerste@n22 ~/devel/wireshark/docbook $ /usr/bin/xsltproc --stringparam
generate.toc "article nop" --nonet
http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
release-notes.xml >x
tfoerste@n22 ~/devel/wireshark/docbook $ /usr/bin/links -dump x -width 72 >
release-notes.txt
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.