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