bscpkgs/garlic/doc/Makefile
2020-10-13 12:16:46 +02:00

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