bscpkgs/garlic/doc/Makefile

17 lines
419 B
Makefile
Raw Normal View History

2021-01-26 00:54:24 +08:00
all: execution.pdf execution.utf8 execution.ascii pp.pdf pp.utf8 pp.ascii\
branch.pdf
2020-11-04 19:56:35 +08:00
TTYOPT=-rPO=4m -rLL=72m
PDFOPT=-dpaper=a4 -rPO=4c -rLL=13c
PREPROC=-k -t -p -R
2020-10-08 00:34:08 +08:00
%.pdf: %.ms Makefile
REFER=ref.i groff -ms $(PREPROC) $(PDFOPT) -Tpdf $< > $@
2020-10-30 19:22:19 +08:00
-killall -HUP mupdf
2020-10-08 00:34:08 +08:00
2020-11-04 19:56:35 +08:00
%.utf8: %.ms
REFER=ref.i groff -ms $(PREPROC) $(TTYOPT) -Tutf8 $^ > $@
2020-11-04 19:56:35 +08:00
%.ascii: %.ms
REFER=ref.i groff -ms -c $(PREPROC) $(TTYOPT) -Tascii $^ > $@