From f4b9dc2abb46a1f68767b7cf7dc7d7d931df41c9 Mon Sep 17 00:00:00 2001 From: wl Date: Fri, 30 Dec 2005 09:31:50 +0000 Subject: 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. --- test-groff.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test-groff.in') 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\ -- cgit v1.2.1