Copyright (C) 2003 W. Michael Petullo <mike@flyn.org>

pedansee is A program which checks C source files for style

= OVERVIEW =================================================================
	
Pedansee checks C source files for compliance with a particular 
programming style. The style is currently defined in the pedansee 
source code in the form of functions which walk each source file's 
syntax tree.

= BUILDING =================================================================

To build, cross your fingers and try:

 1. ./configure
 2. make
 3. make install

Read the ``INSTALL'' file for generic detailed information on installing
this program.
	