bscpkgs/garlic/doc/Makefile

9 lines
137 B
Makefile
Raw Normal View History

2020-10-08 00:34:08 +08:00
all: execution.pdf execution.txt
%.pdf: %.ms
2020-10-13 18:13:06 +08:00
groff -ms -t -Tpdf $^ > $@
#killall -HUP mupdf
2020-10-08 00:34:08 +08:00
%.txt: %.ms
2020-10-13 18:13:06 +08:00
groff -ms -t -Tutf8 $^ > $@