summaryrefslogtreecommitdiffstats
path: root/contrib/groff/MANIFEST
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/MANIFEST')
-rw-r--r--contrib/groff/MANIFEST21
1 files changed, 12 insertions, 9 deletions
diff --git a/contrib/groff/MANIFEST b/contrib/groff/MANIFEST
index b45c046..c0ce12e 100644
--- a/contrib/groff/MANIFEST
+++ b/contrib/groff/MANIFEST
@@ -1,10 +1,10 @@
MANIFEST
-Last update: 21 Dec 2001
+Last update: 13 Apr 2003
This file is part of groff, the GNU roff type-setting system.
-Copyright (C) 2001 Free Software Foundation, Inc.
+Copyright (C) 2001, 2003 Free Software Foundation, Inc.
written by Bernd Warken <bwarken@mayn.de>
maintained by Werner Lemberg <wl@gnu.org>
@@ -50,6 +50,8 @@ the groff source distribution.
djgpp Data special for the 32-bit DOS compiler djgpp.
./contrib Part of groff, but maintained by other people.
+ eqn2graph Convert equations created with EQN into different
+ graphical formats.
groffer A wrapper to conveniently view roff files.
mm The groff mm macro package.
mom The groff mom macro package.
@@ -107,8 +109,6 @@ the groff source distribution.
nroff Emulate classical nroff text formatter.
troff Main roff formatter program.
-./src/xditview A groff (pre)viewer for the X Window System.
-
./src/utils Utility programs around groff.
addftinfo Add information to old troff font files for use with groff.
afmtodit Create font description files for the PostScript device.
@@ -116,9 +116,11 @@ the groff source distribution.
indxbib Make inverted index for bibliographic databases.
lkbib Search bibliographic databases.
lookbib Interactively search bibliographic databases.
- pfbtops Translate a PostScript font in .pfb format to ASCII.
+ pfbtops Translate a PostScript font in PFB format to PFA.
tfmtodit Create font description files for TeX DVI device.
+./src/xditview A groff (pre)viewer for the X Window System.
+
./tmac Macro files.
@@ -141,12 +143,13 @@ The groff documentation is scattered upon several places.
4) The roff parser
-The parsing of the roff language is done by troff. The input is
-transformed into "nodes" by `src/roff/troff/node.cc'. From these, the
-intermediate output is generated.
+The parsing of the roff language is done by troff. The input is converted
+to tokens in `src/roff/troff/input.cpp' and transformed into `nodes' by
+`src/roff/troff/env.cpp' and `src/roff/troff/node.cpp'. From these, the
+intermediate output is generated (also in `node.cpp').
5) Postprocessing
The parser for the intermediate output and the postprocessing is in
-`src/libs/libdriver/input.cc'. This is used by all postprocessors.
+`src/libs/libdriver/input.cpp'. This is used by all postprocessors.
OpenPOWER on IntegriCloud