summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 52552301780d23c4a7f66213de2d74814f429527 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: www
www:
	cp trunk/layman/doc/layman.8.html www/index.html
	rsync -rlvz --del www/ luciferc,layman@web.sourceforge.net:htdocs/

.PHONY: release
release:
	rm -rf dist
	cd doc && make
	./setup.py sdist
	rsync -auP dist/*.tar.gz luciferc@frs.sourceforge.net:uploads/