blob: 516d3b8fd6a2adfe98aa351cc6a3376702c782d2 [file] [log] [blame]
# Simple makefile to create the web pages and update/synchronise to the real web server
USERNAME=wsfulton
all: makeweb rsync
makeweb:
python makeweb.py
rsync:
rsync -r --cvs-exclude --rsh="ssh" . $(USERNAME)@shell.sf.net:/home/groups/s/sw/swig/swigweb