Fix tbl preprocessor option
This commit is contained in:
parent
6ab448b10a
commit
251103ffd3
@ -1,9 +1,8 @@
|
|||||||
all: execution.pdf execution.txt
|
all: execution.pdf execution.txt
|
||||||
|
|
||||||
%.pdf: %.ms
|
%.pdf: %.ms
|
||||||
groff -ms -t -p -Tpdf $^ > $@
|
groff -ms -t -Tpdf $^ > $@
|
||||||
#pdfms $^ 2>&1 >$@ | sed 's/^troff: //g'
|
#killall -HUP mupdf
|
||||||
killall -HUP mupdf
|
|
||||||
|
|
||||||
%.txt: %.ms
|
%.txt: %.ms
|
||||||
groff -ms -t -p -Tutf8 $^ > $@
|
groff -ms -t -Tutf8 $^ > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user