tvl-depot/tvix/docs/Makefile
Florian Klink 3c4e401c9e chore(tvix/docs): move from doc
Most other docs folders in the repo are called `doc` too, let's make
this consistent.

Change-Id: Icd712429b51763076548c977321e370f2a77877e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2741
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2021-03-31 22:34:59 +00:00

12 lines
184 B
Makefile

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