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
  examples.c	Program example
  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
  texinc.pl	Perl script to include program fragments in LaTeX source

In order to generate the document from the source, you need Perl 4 (but it
may also work with Perl 5, who knows).

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

  make dvi

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

  make ps

In order to generate plain ASCII output, type

  make ascii

To clean up, type

  make clean

or

  make spotless
