bscpkgs/garlic/doc/Makefile

10 lines
185 B
Makefile
Raw Normal View History

2020-10-07 18:34:08 +02:00
all: execution.pdf execution.txt
%.pdf: %.ms
2020-10-08 16:11:49 +02:00
groff -ms -t -p -Tpdf $^ > $@
2020-10-07 18:34:08 +02:00
#pdfms $^ 2>&1 >$@ | sed 's/^troff: //g'
killall -HUP mupdf
%.txt: %.ms
2020-10-08 16:11:49 +02:00
groff -ms -t -p -Tutf8 $^ > $@