#!/bin/sh -x # # $Id: make-faq,v 1.2 2003/01/29 12:58:45 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