user guide: expand the develop section

This commit is contained in:
2021-01-25 20:02:25 +01:00
parent 95809bd2bf
commit 60cab85fc4
2 changed files with 180 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
all: execution.pdf execution.utf8 execution.ascii pp.pdf pp.utf8 pp.ascii\
branch.pdf blackbox.pdf
branch.pdf blackbox.pdf ug.mm.pdf
TTYOPT=-rPO=4m -rLL=72m
PDFOPT=-dpaper=a4 -rPO=4c -rLL=13c
@@ -7,6 +7,9 @@ PREPROC=-k -t -p -R
blackbox.pdf: blackbox.ms Makefile
REFER=ref.i groff -ms $(PREPROC) -dpaper=a4 -rPO=2c -rLL=17c -Tpdf $< > $@
%.mm.pdf: %.mm Makefile
groff -mm $(PREPROC) -Tpdf $< > $@
-killall -HUP mupdf
%.pdf: %.ms Makefile