From c5d2a9b8df55c1e00424d6ba6d8d108251658248 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Thu, 11 Nov 2021 11:08:07 +0100 Subject: [PATCH] Add groff option to read a custom troffrc: -M ~ --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 385d368..366d6e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,7 +53,7 @@ REFER = refer $(REFER_OPTS) # -U => unsafe (because of PDF inclusion) # -Tpdf => output device is PDF # -mspdf => include PDF (so, images converted in PDF) in the document -GROFF_OPTS ?= -ms -t -Tpdf -U -mspdf -mpdfmark +GROFF_OPTS ?= -ms -t -Tpdf -U -mspdf -mpdfmark -M ~/ GROFF = groff $(GROFF_OPTS) $(SRC).pdf: