summaryrefslogtreecommitdiff
path: root/test-groff.in
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 /test-groff.in
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 '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 013e16663..6a9e10fe9 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\