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.ps	PostScript output
  *.fig		XFIG drawings
  examples.c	Program example
  mkdist	script to build the distribution
  rlatex	script to repeatedly execute LaTeX
  texinc.pl	Perl script to include program fragments in LaTeX source
  url.sty	LaTeX style to print URLs (by Donald Arseneau)

In order to generate the document from the source, you need Perl 4 (but it
may also work with Perl 5, who knows), LaTeX, and a recent version of
fig2dev (TransFig version 3.1 should be okay).

If you want to generate the documentation on a non-Linux system or on a
Linux system where no ATM support is installed, you have to

  make foreign

to disable automatic test compilation of the examples.

In order to generate a DVI file for further processing, type

  make dvi

If you also have dvips: in order to generate PostScript output, type

  make ps

To clean up, type

  make clean

or

  make spotless
