bscpkgs/garlic/doc/Makefile

10 lines
183 B
Makefile
Raw Normal View History

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