diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-02-05 14:22:13 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-02-05 14:22:13 +0000 |
commit | ae3d6520210b3c6ec7ff96c492e0ef71d360f877 (patch) | |
tree | 80cb6925e5328b9def5ac4a67229083ee0a44861 /gnu/usr.bin/man/Makefile.inc | |
parent | 3bd176a7c4c8354974d30fa64ab35009690e12bd (diff) |
Don't force postscript output when "man -t" is specified.
Closes PR# 2661.
Submitted by: John-Mark Gurney <gurney_j@efn.org>
Notes
Notes:
svn path=/head/; revision=22297
Diffstat (limited to 'gnu/usr.bin/man/Makefile.inc')
-rw-r--r-- | gnu/usr.bin/man/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index 7c684a0988ad..b8a3e558e15c 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 |