swig/swigweb/Makefile
William S Fulton 05cbcd6cb5 less verbose rsync
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6884 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-12-14 23:55:25 +00:00

12 lines
259 B
Makefile

# 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