aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: feef4f6d8fd6637a1a0903a1e848db13e44da35a (plain)
1
2
3
4
5
6
7
8
9
all: demo.svg

%.pdf: %.typ
	typst compile $<

%.svg: %.pdf
	pdf2svg $< $@
	rsvg-convert --zoom 3 --background-color white --format svg --output $@ $@