Linux ATM API document
======================

This archive contains the following files:

  README	this file
  Makefile	Makefile to process the LaTeX source
  atm.h		sample ATM header file
  atmapi.tex	LaTeX source
  atmapi.txt	plain ASCII output
  atmapi.ps	PostScript output
  fullpage.sty	style to save some rain forest
  mkdist	script to build the distribution
  rlatex	script to repeatedly execute LaTeX
  t2a.pl	Perl script to convert LaTeX to plain ASCII

If you have LaTeX: In order to generate a DVI file for further processing,
type

  make dvi

If you have LaTeX and dvips: In order to generate PostScript outout, type

  make ps

If you have Perl 4 (may also work with Perl 5, who knows): In order to
generate plain ASCII output, type

  make ascii

To clean up, type

  make clean

or

  make spotless
