bscpkgs/garlic/doc/Makefile

9 lines
157 B
Makefile
Raw Normal View History

2020-10-30 12:22:19 +01:00
all: execution.pdf execution.txt pp.pdf pp.txt
2020-10-07 18:34:08 +02:00
%.pdf: %.ms
2020-10-30 12:22:19 +01:00
groff -ms -t -p -Tpdf $^ > $@
-killall -HUP mupdf
2020-10-07 18:34:08 +02:00
%.txt: %.ms
2020-10-30 12:22:19 +01:00
groff -ms -t -p -Tutf8 $^ > $@