   Copyright (C) 1992  Board of Regents of the University of Wisconsin
   System on behalf of Department of EE and CS, University of 
   Wisconsin-Milwaukee.

-------------
*Description*
-------------

   This is a automated file conversion program.  Given an input file
   and a specified output type, it will convert the file for you.

   ie.  If you have a postscript printer, you might pipe all the output 
   though something like   
	   			| fconvert -O ps -o /dev/lp 

   which makes sure it gets converted to postscript before it's printed.

-------
*Notes*
-------

   The programs in this directory were developed by software engineering 
   teams as part of the course "Introduction to Software Engineering" 
   under the supervision of Professor G. Davida.

   The last team members to work on this project were

 		James Jegers   jimj@cs.uwm.edu 

   Please send all changes, enhancements, and other comments about this
   software to
       		soft-eng@cs.uwm.edu

     You can find this program on all the usual places such as
     export.lcs.mit.edu or currently locally here at the University 
     of Wisconsin-Milwaukee on

		ftp.cs.uwm.edu

---------
*INSTALL*
---------  

    Modify the file config.h to suit where your configuration files are.
    Then you can modify the "config" file which contains the ways to
    convert one file type to another.

    xmkmf
    make depend
    make

You can add this to your file program so that it reconizes dvi files.

# DVI file 
0       byte          247          DVI file

     ______________________________________________________________
    /\               University of Wisconsin -- Milwaukee          \
    \_| Computing Services Division     Computer Science Department |
      |   jimj@csd4.csd.uwm.edu           jimj@miller.cs.uwm.edu    |
      |   jimj@convex.csd.uwm.edu                                   |
      |   __________________________________________________________|___
       \_/_____________________________________________________________/
