shithub: neatroff

Download patch

ref: 80c5fe62c753e8d547d7f1a171b502ff08558ca6
parent: 05aa2ea5354d07a8793e2d8b2f328123092b20f3
author: Ali Gholami Rudi <ali@rudi.ir>
date: Tue Dec 23 11:14:22 EST 2014

README: introduce neatroff_make

--- a/README
+++ b/README
@@ -2,13 +2,17 @@
 ========
 
 Neatroff is an implementation of troff typesetting system in C
-programming language.  Neatroff comes with its own postscript
-postprocessor, neatpost, and an eqn postprocessor, neateqn.  Neatroff
-and its companion programs, as well as a set of standard macro
-packages and an output device, can be obtained from
-http://litcave.rudi.ir/.
+programming language.  Neatroff and its companion programs can be
+obtained from http://litcave.rudi.ir/.
 
-For compiling neatroff and neatpost, modify FDIR and MDIR of their
-Makefiles to point the directories containing the default output
-device and macros.  For the output device, you can either use the one
-available in the homepage or use the neatmkfn program to create one.
+Neatroff:			git://repo.or.cz/neatroff.git
+Postscript post-processor:	git://repo.or.cz/neatpost.git
+Eqn pre-processor:		git://repo.or.cz/neateqn.git
+Generating font descriptions:	git://repo.or.cz/neatmkfn.git
+Top-level makefile and macros:	git://repo.or.cz/neatroff_make.git
+
+Neatroff_make contains a set of standard macros and a top-level
+makefile to obtain, build, and install neatroff and its pre- and
+post-processors.  For compiling neatroff and neatpost manually, modify
+FDIR and MDIR of their Makefiles to point the directories containing
+the default output device and macros.