summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-09-02 22:04:05 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-09-02 22:04:05 -0500
commit44c2779f88e62c9463b4a35a2fb9fc2123e18838 (patch)
tree2e1b7b3eb2f92c772389218592f478c843b74d6d /MANIFEST
parent27568d6e355e4542da2967ebec44679400321ad1 (diff)
downloadgroff-git-44c2779f88e62c9463b4a35a2fb9fc2123e18838.tar.gz
MANIFEST: Clarify items.
Also fix some grammar nits.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST22
1 files changed, 11 insertions, 11 deletions
diff --git a/MANIFEST b/MANIFEST
index ed60f026a..8e3f8c1a2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,7 +10,7 @@ This file summarizes the structure of the groff source distribution.
1) Top-level directory contents
ANNOUNCE Release announcement template.
- BUG-REPORT A template for bug-reports.
+ BUG-REPORT A template for bug reports.
ChangeLog Log of the changes in the different groff versions.
COPYING The GNU General Public License (GPL).
FDL The GNU Free Documentation License (FDL).
@@ -19,7 +19,7 @@ This file summarizes the structure of the groff source distribution.
INSTALL Generic information on configuration and compiling.
INSTALL.extra How to install groff from a distribution archive.
INSTALL.REPO How to install groff from a Git repository checkout.
- LICENSES Licensing information.
+ LICENSES Copyright licensing information.
MANIFEST The file you are reading.
MORE.STUFF Useful stuff in other packages.
NEWS Recent user-visible changes in groff.
@@ -35,10 +35,10 @@ This file summarizes the structure of the groff source distribution.
2) Directory structure
-./arch Data that is special for different architectures.
- djgpp Data specialized for the 32-bit DOS compiler djgpp.
- mingw Data specialized for the MinGW environment.
- misc Data needed for various other platforms.
+./arch Resources to facilitate building on non-POSIX systems.
+ djgpp Resources for the 32-bit MS-DOS compiler djgpp.
+ mingw Resources for the MinGW environment.
+ misc Resources for various other platforms.
./contrib Resources provided with groff, but maintained by others.
chem Embed chemical structure diagrams in groff documents.
@@ -100,7 +100,7 @@ This file summarizes the structure of the groff source distribution.
libbib Manage bibliographic database.
libdriver Parse troff output; also output utility functions.
libgroff General support functions used everywhere.
- libxutil Utility functions for xditview and xtotroff.
+ libxutil Utility functions for gxditview and xtotroff.
./src/preproc Preprocessors.
eqn Typeset mathematical formulae.
@@ -117,18 +117,18 @@ This file summarizes the structure of the groff source distribution.
nroff groff wrapper convenient for terminal users.
troff Formatter.
-./src/utils Utility programs around groff.
+./src/utils Utility programs relevant to groff.
addftinfo Supplement AT&T troff font descriptions with metrics
groff requires.
afmtodit Create font description files for the PostScript device.
grog Guess groff command-line options required by a document.
- hpftodit Create font description files for the LJ4 device.
+ hpftodit Create font description files for the 'lj4' device.
indxbib Make inverted index for bibliographic databases.
lkbib Search bibliographic databases.
lookbib Interactively search bibliographic databases.
pfbtops Translate a PostScript Type 1 font in PFB format to PFA.
tfmtodit Create font description files for TeX DVI device.
- xtotroff Create font description files for xditview.
+ xtotroff Create font description files for gxditview.
./tmac Macro files.
mdoc Modules for the mdoc package.
@@ -176,7 +176,7 @@ intermediate output language from lists of nodes.
5) Intermediate output language parser
-The parser for intermediate output and implemented in
+The parser for intermediate output is implemented in
"src/libs/libdriver/input.cpp". This is used by all groff output
drivers written in C++. ("gropdf", written in Perl, performs its own
parsing.)