Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes When output device is ascii, load tmac.tty-cha...
details: https://anonhg.NetBSD.org/src/rev/d6802b9d40cd
branches: trunk
changeset: 495592:d6802b9d40cd
user: enami <enami%NetBSD.org@localhost>
date: Tue Aug 01 01:57:57 2000 +0000
description:
When output device is ascii, load tmac.tty-char explicity as nroff does,
so that some developer's names are translated saner way.
diffstat:
distrib/notes/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 5c2f2cb17bfc -r d6802b9d40cd distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc Tue Aug 01 00:53:07 2000 +0000
+++ b/distrib/notes/Makefile.inc Tue Aug 01 01:57:57 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2000/03/08 15:39:48 cjs Exp $
+# $NetBSD: Makefile.inc,v 1.12 2000/08/01 01:57:57 enami Exp $
# Ross Harvey <ross%netbsd.org@localhost>
@@ -22,9 +22,9 @@
POST_PLAIN= -P-b -P-u -P-o
ARGS_PS= ${PRESET} -dformat=PostScript
-ARGS_TXT= ${PRESET} -dformat=ASCII ${POST_PLAIN} -Tascii
+ARGS_TXT= ${PRESET} -dformat=ASCII ${POST_PLAIN} -Tascii -mtty-char
ARGS_HTML= ${PRESET} -dformat=HTML ${POST_PLAIN} -Tlatin1 -ww
-ARGS_MORE= ${PRESET} -dformat=more -P-h -Tascii
+ARGS_MORE= ${PRESET} -dformat=more -P-h -Tascii -mtty-char
#
# For example...
Home |
Main Index |
Thread Index |
Old Index