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

400 by stevenbird
first commit of homepage at ivle.sourceforge.net, including screenshots; just web-presence at this stage
1
.PHONY: rsync
2
3
WEB = $(USER)@shell.sourceforge.net:/home/groups/i/iv/ivle/htdocs
4
RSYNC_OPTS = -arvz -e ssh --relative --cvs-exclude
5
6
rsync:
7
	rsync $(RSYNC_OPTS) index.html images $(WEB)
8
9
10
11