explicitly specify -Tascii to nroff

This commit is contained in:
Todd C. Miller
2007-08-10 14:41:59 +00:00
parent bcdddfc054
commit cb68709a7d

View File

@@ -34,7 +34,7 @@ top_builddir = .
CC = @CC@
LEX = flex
YACC = @YACC@
NROFF = nroff
NROFF = nroff -Tascii
LIBTOOL = @LIBTOOL@
# Our install program supports extra flags...