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, 0 insertions, 12 deletions
diff --git a/tvix/docs/Makefile b/tvix/docs/Makefile
deleted file mode 100644
index ba9e2bdef6..0000000000
--- a/tvix/docs/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-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