Add groff option to read a custom troffrc: -M ~

master
Karchnu 2021-11-11 11:08:07 +01:00
parent ac173009da
commit c5d2a9b8df
1 changed files with 1 additions and 1 deletions

View File

@ -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: