From c8a470de42c0993f5d4621897f7b22887462fc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 24 Jun 2021 01:05:39 +0200 Subject: Use Heirloom troff Mg is now tested with both GNU and Heirloom troff. --- t/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/Makefile') diff --git a/t/Makefile b/t/Makefile index 122da6d..f278324 100644 --- a/t/Makefile +++ b/t/Makefile @@ -9,7 +9,7 @@ g.tmac: ../g.tmac .t.T: g.tmac t.tmac @echo -- $< ----------------------- - @groff -z $< + @troff -x3 $< >/dev/null .t.pdf: g.tmac t.tmac - groff -Tps $< | ps2pdf - > $@ + troff -x3 $< | dpost | ps2pdf - > $@ -- cgit v1.2.3