Ethereal-dev: Re: [ethereal-dev] New web site in CVS

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxx>
Date: Fri, 15 Oct 1999 13:52:35 -0500 (CDT)
On Thu, 14 Oct 1999, Gilbert Ramirez wrote:

> Looks nice!

Thanks!

> How should we use your m4 macros for creating the HTML?

The Makefile should take care of it, but you can generate an html file
manually using "m4 -P file.m4 > file.html".

The macro library (stdlib.m4) was taken from an article I ran across at
http://www.linuxgazette.com/issue22/using_m4.html .  Another article I
read suggested using cpp, but it had too much trouble with unmatched
quotes.  I also looked at a few HTML-specific preprocessors, but none of
them seemed to do much more than the m4/make combo.