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