tvl-depot/tvix/docs/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
184 B
Makefile
Raw Normal View History

all: build
puml:
plantuml *.puml -tsvg
html:
pandoc *.md -f markdown --self-contained -t html -s -o tvix.html --csl=${CSL}
build: puml html
clean:
rm -f *.tex *.pdf *.png *.svg