The "fractile" distribution should contain the following files...

COPYING		Says that you may distribute copies of this program
INSTALL		Tells you to run "make"
MANIFEST	This list
Makefile.dfl	Default Makefile (see INSTALL)
README		Brief description of what "fractile" does
examples.html	An HTML document showing some examples of "fractile" output
crystile.man	"troff -man" form of crystile's documentation
fractile.man	"troff -man" form of fractile's documentation
fractile.c	Source code of fractile's image generation algorithm
crystile.c	Source code of crystile's image generation algorithm
tile.h		Header file, gived shared data types and extern function decl's
tile.c		C source file, containing shared functions.
fractile.mac	List of examples, in a form usable by "fractile -mmacro"
fractile.mak	Used by Microsoft Visual C++
crystile.txt	Plain-text form of crystile's documentation
fractile.txt	Plain-text form of fractile's documentation
makebmp.bat	Script for generating BMP image files of examples
makegif.bat	Script for generating GIF image files of examples
mgetopt.c	A reimplementation of the getopt() function, with extensions
writebmp.c	Source code of the BMP file writer
writegif.c	Source code of the GIF file writer
writex11.c	Source code of the X11 support functions (see INSTALL)
