shithub: neatroff

Download patch

ref: 685ad77a9f419ef025f9a67b2593b571f4a971bd
parent: f476d3ec69509fc637ec5c2f5f57980a4771b4fa
author: Ali Gholami Rudi <ali@rudi.ir>
date: Tue Jul 23 18:59:00 EDT 2013

README: include a brief introduction

--- /dev/null
+++ b/README
@@ -1,0 +1,17 @@
+NEATROFF
+========
+
+Neatroff is an implementation of troff typesetting system in
+C programming language.  Neatroff comes with its own postscript
+postprocessor, neatpost.  Neatroff and neatpost can be obtained
+from the following addresses:
+
+* Neatroff: git://repo.or.cz/neatroff.git
+* Neatpost: git://repo.or.cz/neatpost.git
+
+For compiling neatroff and neatpost, modify CFLAGS in their
+Makefiles to point TROFFROOT to the directory containing
+output devices and macro packages; to use the devices and
+macro packages of Plan 9 troff, TROFFROOT can point to the
+home directory of the Linux port of Plan 9 troff
+(git://repo.or.cz/troff.git).