summaryrefslogtreecommitdiff
path: root/Makefile
blob: 289586b95fe4b1404c96988919bf5650db49ec02 (plain)
1
2
3
4
5
6
7
8
9
10
11
default: build

build:
	ls target || mkdir target
	cp *md target/
	pandoc -C target/paper.md -o target/paper.pdf -H https://mohit.uk/formatting.tex --pdf-engine=xelatex -V fontsize:12pt
	pandoc -C target/paper.md --css=https://mohit.uk/document.css -s -o target/paper.html
read:
	zathura target/paper.pdf&
clean:
	rm -rf target