OK, I hate short readme files, but ...

Anyways this is a short program to convert text into
a format readable by gs and many postscript printers.
For right now the actual text formating is done by an
execl call to fold, expand, pr, and sed.  Originally
I intended to do this in the "c" code as well, but
unless you want to process a large number of files
the difference in speed would be slight anyways.
Please forgive the mess, but this was the first C
program I ever wrote.  It has been about four years
now and I haven't gone back to change anything, but
fortunately several other folks have cleaned things up.

To compile:
   make a2gs


To install:
   make install

I've designed the makefile to automatically make
dependencies, but you may have to edit the paths
to your executables.

                 Bill

