Artifact ef7610ee8ecb6bf5c24dbd4335a83b5b4cdeeb7e:
- File docs/Makefile — part of check-in [3c58e0bd57] at 2016-07-25 16:07:56 on branch v1.61 — Added api files (user: mrwellan, size: 444) [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