From 65a810fc0b12e754af47864ab3b9d4b5756cde15 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 1 Mar 2024 10:56:17 +0200 Subject: feat(tvix/docs): switch to mdbook Some of the docs are still outdated (like architecture and drv path inconsistencies). Change-Id: I7a6afceb008ef4cd19a764dd6c637b39fa842a2e Reviewed-on: https://cl.tvl.fyi/c/depot/+/11072 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: edef --- tvix/docs/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tvix/docs/Makefile (limited to 'tvix/docs/Makefile') diff --git a/tvix/docs/Makefile b/tvix/docs/Makefile deleted file mode 100644 index ba9e2bdef6d3..000000000000 --- 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 -- cgit 1.4.1