Add Windows version info resource.
[obnox/wireshark/wip.git] / make-faq
index 8ff03965731aa10a8b7e92475e1753cd2993966a..d41c05e4dd87d1fc1247651a6e56b9e82e21c01b 100755 (executable)
--- a/make-faq
+++ b/make-faq
@@ -19,7 +19,8 @@ cat >FAQ <<EOF
 
 EOF
 
-lynx -dump -nolist "http://www.wireshark.org/faq.html" | sed -e '1,/^Index/d' >>FAQ
+lynx -dump -nolist "http://www.wireshark.org/faq_plain.html" | \
+       sed -e '1,/^Index/d' >>FAQ
 
 echo
 echo "Now verfiy everything is OK and copy FAQ to help/faq.txt"