9 lines
137 B
Makefile
9 lines
137 B
Makefile
all: execution.pdf execution.txt
|
|
|
|
%.pdf: %.ms
|
|
groff -ms -t -Tpdf $^ > $@
|
|
#killall -HUP mupdf
|
|
|
|
%.txt: %.ms
|
|
groff -ms -t -Tutf8 $^ > $@
|