From ab620d2c10fc9c199d1f807a63f0c693e75a8afc Mon Sep 17 00:00:00 2001 From: mpp Date: Wed, 5 Feb 1997 14:22:13 +0000 Subject: Don't force postscript output when "man -t" is specified. Closes PR# 2661. Submitted by: John-Mark Gurney --- gnu/usr.bin/man/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index 7c684a0..b8a3e55 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -7,7 +7,7 @@ libdir= /etc bindir= ${BINDIR} pager= more -s manpath_config_file= /etc/manpath.config -troff= /usr/bin/groff -Tps -man +troff= /usr/bin/groff -man nroff= /usr/bin/groff -Wall -mtty-char -Tascii -man apropos= /usr/bin/apropos whatis= /usr/bin/whatis -- cgit v1.1