Linux ATM internal signaling protocol
=====================================

This archive contains the following files:

  README	this file
  CHANGES	change log
  VERSION	the version number of this distribution
  Makefile	Makefile to process the LaTeX source
  *.h		sample header files
  isp.tex	LaTeX source
  isp.ps	PostScript output
  *.fig		XFIG drawings
  *.msc		Textual description of message sequence charts
  *.p		Promela programs
  mkdist	script to build the distribution
  rlatex	script to repeatedly execute LaTeX
  texinc.pl	Perl script to include program fragments in LaTeX source
  msc2fig.pl	Perl script to translate .msc files to FIG

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
