Files
SpacetimeDB/docs/bsatn/Makefile
T
Tyler Cloutier 44df6c6e7d Initial commit
2023-08-01 23:16:37 +02:00

8 lines
129 B
Makefile

all: bsatn-spec.html bsatn-spec.pdf
%.html: %.tex
cat katex-header.html >$@
katex -i $< >>$@
%.pdf: %.html
wkhtmltopdf $< $@