summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c8589359a2784667e2390883e2acfe2121b7ce9b (plain)
1
2
3
4
5
6
7
8
9
.PHONY: www
www:
	cp doc/layman.8.html www/index.html

.PHONY: release
release:
	rm -rf dist
	cd doc && make
	./setup.py sdist