Fix tbl preprocessor option

This commit is contained in:
Rodrigo Arias 2020-10-13 12:13:06 +02:00
parent 6ab448b10a
commit 251103ffd3

View File

@ -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 $^ > $@