git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6884 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
259 B
Makefile
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
|
|
|