summaryrefslogtreecommitdiff
path: root/Makefile
blob: 93319d64bd0a3f88286baee49738268ef05dc9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: site clean deploy

site: index.ms entries/intro.ms
	mkdir -p target/
	mkdir -p target/entries
	groff -Thtml -ms index.ms > target/index.html
	groff -Thtml -ms entries/intro.ms > target/entries/intro.html

clean:
	rm -rf target/

deploy: site
	rsync target/ /var/www/