summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2005-12-30 09:31:50 +0000
committerWerner LEMBERG <wl@gnu.org>2005-12-30 09:31:50 +0000
commite7c9dbd201a241e8c42f34ef09acbc16584f16c3 (patch)
tree7d5b8f57908adea6b368ee84dc917167ac0b19fa /MANIFEST
parentf3753be26b085e92c75aa2e652a63c3ec5f3147d (diff)
downloadgroff-git-e7c9dbd201a241e8c42f34ef09acbc16584f16c3.tar.gz
New preprocessor `preconv' to convert input encodings to something
groff can understand. Not yet integrated within groff. Proper autoconf stuff is missing too. Tomohiro Kubota has written a first draft of this program, and some ideas have been reused (while almost no code has been taken actually). * src/preproc/preconv/preconv.cpp. src/preproc/preconv/Makefile.sub: New files. * MANIFEST, Makefile.in (CCPROGDIRS), test-groff.in (GROFF_BIN_PATH): Add preconv.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index f8d32d0e5..65edcd311 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,6 @@
MANIFEST
-Last update: 26 May 2005
+Last update: 18 Dec 2005
This file is part of groff, the GNU roff type-setting system.
@@ -105,6 +105,7 @@ the groff source distribution.
snprintf An implementation of snprintf() and friends.
./src/preproc Preprocessors.
+ preconv Input encoding conversion.
eqn Mathematical formulae.
grn Gremlin pictures.
html The preprocessor part of grohtml.