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 <mail@tazj.in>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 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
 |