~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
7
8
9
10
11
.PHONY: rsync

WEB = $(USER)@shell.sourceforge.net:/home/groups/i/iv/ivle/htdocs
RSYNC_OPTS = -arvz -e ssh --relative --cvs-exclude

rsync:
	rsync $(RSYNC_OPTS) index.html images $(WEB)