aboutsummaryrefslogtreecommitdiff
path: root/Makefile.env
blob: ddc2af5ef82d386ce4adc91b47cebefde8cc1650 (plain)
1
2
3
4
5
6
7
8
9
10
readme:
	@pandoc README.md -o README.html

index:
	@pandoc -V theme=moon -s --mathjax -t revealjs index.md -o index.html

web_deploy:
	@rsync -avz --delete ./ slides:/var/sites/slides/site/

publish: readme web_deploy