(/usr/miro/src/bin/iff2ps/README):

This directory contains the files to build the source code for the
Miro IFF to PostScript translator. This version builds on top of the
parse and extract libraries in /usr/miro, rather than the
old parsing routines, so that any changes to the IFF will be more
easily managed.

Files are:
  Makefile		
  convert.c		conversion routines used by the extraction 
			  functions.
  iff2ps.c		main file for translator. 
  init.c		initialization functions. 
  nodes.c		lowest level routines to manipulate data.
  print.c		produce PS output.
  process.c		convert from parser output to data usable 
			 in calling PS routines.


