chore(tvix): Add doc build infrastructure
Change-Id: I2cf67df085d0c008b5ff5efff2235a670207024a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2711 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
5fa2d39dde
commit
58cca2faaa
4 changed files with 54 additions and 0 deletions
12
tvix/doc/Makefile
Normal file
12
tvix/doc/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue