summaryrefslogtreecommitdiff
path: root/test-groff.in
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 /test-groff.in
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 'test-groff.in')
-rw-r--r--test-groff.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-groff.in b/test-groff.in
index 013e1666..6a9e10fe 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -8,6 +8,7 @@ srcdir=@abs_top_srcdir@
GROFF_BIN_PATH=\
$builddir/roff/groff$SEP\
$builddir/roff/troff$SEP\
+$builddir/preproc/preconv$SEP\
$builddir/preproc/pic$SEP\
$builddir/preproc/eqn$SEP\
$builddir/preproc/tbl$SEP\