mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-11 10:29:21 -04:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
all: bsatn-spec.html bsatn-spec.pdf
|
|
|
|
%.html: %.tex
|
|
cat katex-header.html >$@
|
|
katex -i $< >>$@
|
|
|
|
%.pdf: %.html
|
|
wkhtmltopdf $< $@
|