Add groff option to read a custom troffrc: -M ~
This commit is contained in:
parent
ac173009da
commit
c5d2a9b8df
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue