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

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