Linux ATM device driver interface
=================================

This archive contains the following files:

  README	this file
  Makefile	Makefile to process the LaTeX source
  *.h		sample header files
  atmdd.tex	LaTeX source
  atmdd.ps	PostScript output
  *.fig		XFIG drawings
  mkdist	script to build the distribution
  rlatex	script to repeatedly execute LaTeX
  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), LaTeX, and a recent version of
fig2dev (TransFig version 3.1 should be okay).

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
