From cb68709a7db82fadb245e9e700c61fc911ee6a70 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 10 Aug 2007 14:41:59 +0000 Subject: [PATCH] explicitly specify -Tascii to nroff --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8e61d6d66..3abba90c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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... -- 2.50.1