map: use starting character lists for keys[]
[neatroff.git] / README
blob987d35bf7b26ee2d194616f428ca339bdcd73944
1 NEATROFF
2 ========
4 Neatroff is an implementation of troff typesetting system in
5 C programming language.  Neatroff comes with its own postscript
6 postprocessor, neatpost.  Neatroff and neatpost can be obtained
7 from the following addresses:
9 * Neatroff: git://repo.or.cz/neatroff.git
10 * Neatpost: git://repo.or.cz/neatpost.git
12 For compiling neatroff and neatpost, modify CFLAGS in their
13 Makefiles to point TROFFROOT to the directory containing
14 output devices and macro packages; to use the devices and
15 macro packages of Plan 9 troff, TROFFROOT can point to the
16 home directory of the Linux port of Plan 9 troff
17 (git://repo.or.cz/troff.git).