summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorwl <wl>2005-12-30 09:31:50 +0000
committerwl <wl>2005-12-30 09:31:50 +0000
commitf4b9dc2abb46a1f68767b7cf7dc7d7d931df41c9 (patch)
tree6bf9ea9c8a86e169ef4b2ead782ef476ede1da78 /MANIFEST
parent2eb947beb012ce4915011f0b9083768ed987aa27 (diff)
downloadgroff-f4b9dc2abb46a1f68767b7cf7dc7d7d931df41c9.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 f8d32d0e..65edcd31 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.