Artifact d02c97980924c9bc10765a3115e71e7a93ccd4c0:
- File docs/Makefile — part of check-in [0cadfc4182] at 2017-04-29 12:30:55 on branch v1.65 — Added diagram of flow of info to/from pkts (user: matt, size: 496) [annotate] [blame] [check-ins using] [more...]
ASCPATH = $(shell which asciidoc) EXEPATH = $(shell readlink -f $(ASCPATH)) BINPATH = $(shell dirname $(EXEPATH)) DISPATH = $(shell dirname $(BINPATH)) api.html : api.txt asciidoc -b html5 -a icons -a iconsdir=$(DISPATH)/images/icons -a toc2 api.txt # all : html/megatest.html megatest.pdf html/megatest.html : megatest.lyx elyxer megatest.lyx html/megatest.html fossil add html/* megatest.pdf : megatest.lyx lyx -e pdf2 megatest.lyx pkts.pdf : pkts.dot dot -Tpdf pkts.dot -o pkts.pdf