about summary refs log tree commit diff
path: root/tvix/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/docs/Makefile')
-rw-r--r--tvix/docs/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tvix/docs/Makefile b/tvix/docs/Makefile
new file mode 100644
index 0000000000..ba9e2bdef6
--- /dev/null
+++ b/tvix/docs/Makefile
@@ -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