summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-04-30 05:12:44 +0000
committerwlemb <wlemb>2000-04-30 05:12:44 +0000
commit9488c96501d04584e4e0f47b142fa49e3e865ce2 (patch)
tree2d55fac584af619c5a11be2f5f9ef73157bea6b0 /Makefile.in
parent694147d7551b8b24bcf44184bcb2c86e24754774 (diff)
downloadgroff-9488c96501d04584e4e0f47b142fa49e3e865ce2.tar.gz
* src/devices/grotty/grotty.man: Add cp1047 device.
* src/preproc/eqn/eqn.man, src/preproc/eqn/neqn.sh, tmac/eqnrc: Ditto. * src/roff/groff/groff.man: Ditto. * src/roff/nroff/nroff.sh, src/roff/nroff/nroff.man: Ditto. * doc/groff.texinfo: Ditto. * tmac/troffrc: Fix mapping of latin-1 char 160 (non-breakable space) for cp1047. * man/groff_char.man: Add `pc' glyph. * tmac/tmac.latin1: Replacing `md' glyph with `pc'. * tmac/tmac.tty: Add `pc' glyph. * tmac/tmac.tty-char: Use/add `pc' glyph. Don't call tmac.latin1 if we use cp1047 output device. * Makefile.in, aclocal.m4: Don't build utf8 on EBCDIC hosts since there are still hardcoded latin1->unicode values in utf8's font definition files. * configure: Updated. * NEWS: Minor clarification. Updated. * PROBLEMS: Formatted. Added info about C++ fix pack for OS/390 Unix.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ca10d4d..532ee034 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,8 +48,8 @@ BROKEN_SPOOLER_FLAGS=@BROKEN_SPOOLER_FLAGS@
# DEVICE is the default device.
DEVICE=ps
-# TTYDEVDIRS is either `font/devascii font/devlatin1' (for ASCII) or
-# `font/devcp1047' (for EBCDIC).
+# TTYDEVDIRS is either `font/devascii font/devlatin1 font/devutf8' (for
+# ASCII) or `font/devcp1047' (for EBCDIC).
TTYDEVDIRS=@TTYDEVDIRS@
# PSPRINT is the command to use for printing a PostScript file,
@@ -332,7 +332,6 @@ DEVDIRS=\
font/devps \
font/devdvi \
$(TTYDEVDIRS) \
- font/devutf8 \
font/devX75 \
font/devX75-12 \
font/devX100 \