summaryrefslogtreecommitdiff
path: root/Makefile.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 /Makefile.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 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 81e2e615..897008d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -507,6 +507,7 @@ LIBDIRS=\
CCPROGDIRS=\
src/roff/groff \
src/roff/troff \
+ src/preproc/preconv \
src/preproc/tbl \
src/preproc/pic \
src/preproc/eqn \