1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2024-07-22 01:58:46 -03:00

27 lines
433 B
Plaintext
Executable File

Linux ATM, documentation
========================
In order to generate the document from the source, you need Perl 4 or Perl 5.
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