bscpkgs/garlic/doc/Makefile

17 lines
419 B
Makefile
Raw Normal View History

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