#!/bin/sh # # $Id: make-faq,v 1.3 2003/02/18 11:24:19 jmayer Exp $ # # Make-faq - Creates a plain text version of the Ethereal FAQ # from http://www.ethereal.com/faq FAQ=FAQ rm -f $FAQ cat >$FAQ <>FAQ # Create an #include'able version for gtk/help_dlg.c sed -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/^/"/' -e 's/$/\\n"/' FAQ.include exit 0