1079
by William Grant
Merge setup-refactor branch. This completely breaks existing installations; |
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 |