# $Id: Makefile,v 1.6 2000/09/20 06:25:37 andy Exp $

# makefile for active news


# maffew's stuff to automate syncing between my home poota and the server
get:
	rsync -avuz --rsh=ssh --exclude '*~' black:/www/active/imc-sydney/webcast/ .

put:
	rsync -Cavuz --rsh=ssh . black:/www/active/imc-sydney/webcast/

sync: get put
