From 3c4e401c9ee9bd837ce6446cd2ddb9b1bed40f8a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 1 Apr 2021 00:30:44 +0200 Subject: 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 --- tvix/doc/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tvix/doc/Makefile (limited to 'tvix/doc/Makefile') diff --git a/tvix/doc/Makefile b/tvix/doc/Makefile deleted file mode 100644 index ba9e2bdef6d3..000000000000 --- a/tvix/doc/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