user guide: reorder development

This commit is contained in:
2021-01-26 12:57:09 +01:00
parent 60cab85fc4
commit 3ce0d3934b
2 changed files with 124 additions and 69 deletions

View File

@@ -1,15 +1,19 @@
all: execution.pdf execution.utf8 execution.ascii pp.pdf pp.utf8 pp.ascii\
branch.pdf blackbox.pdf ug.mm.pdf
branch.pdf blackbox.pdf ug.pdf
TTYOPT=-rPO=4m -rLL=72m
PDFOPT=-dpaper=a4 -rPO=4c -rLL=13c
#MMOPT=-dpaper=a4 -rpo=5c -rll=13c
PREPROC=-k -t -p -R
POSTPROC=
# Embed fonts?
#POSTPROC+=-P -e
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 $< > $@
ug.pdf: ug.mm Makefile
groff -mm $(PREPROC) $(POSTPROC) -dpaper=a4 -Tpdf $< > $@
-killall -HUP mupdf
%.pdf: %.ms Makefile