bscpkgs/garlic/doc/Makefile
2020-10-09 16:42:06 +02:00

10 lines
185 B
Makefile

all: execution.pdf execution.txt
%.pdf: %.ms
groff -ms -t -p -Tpdf $^ > $@
#pdfms $^ 2>&1 >$@ | sed 's/^troff: //g'
killall -HUP mupdf
%.txt: %.ms
groff -ms -t -p -Tutf8 $^ > $@