summaryrefslogtreecommitdiff
path: root/Makefile
blob: ecee8e40a183009153660c9161853744c9f817d9 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: site clean

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/