/tags/rel-1-3-25/swigweb/Makefile
Makefile | 12 lines | 6 code | 5 blank | 1 comment | 0 complexity | 33058763b1ba77aa07c12d378e053ce2 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1# Simple makefile to create the web pages and update/synchronise to the real web server 2 3USERNAME=wsfulton 4 5all: makeweb rsync 6 7makeweb: 8 python makeweb.py 9 10rsync: 11 rsync -r --cvs-exclude --rsh="ssh" . $(USERNAME)@shell.sf.net:/home/groups/s/sw/swig/swigweb 12