aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a2311884f..d5a2edd43a 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,7 @@ TMACFILES := $(sort $(shell find $(TMACDIR) -not -type d))
TMACNAMES := $(basename $(notdir $(TMACFILES)))
GROFF_CHECKSTYLE_LVL := 3
DEFAULT_GROFFFLAGS := -man
+DEFAULT_GROFFFLAGS += -t
DEFAULT_GROFFFLAGS += -M $(TMACDIR)
DEFAULT_GROFFFLAGS += $(foreach x,$(TMACNAMES),-m $(x))
DEFAULT_GROFFFLAGS += -rCHECKSTYLE=$(GROFF_CHECKSTYLE_LVL)