/tags/rel-1-3-25/swigweb/Makefile

# · Makefile · 12 lines · 6 code · 5 blank · 1 comment · 0 complexity · 33058763b1ba77aa07c12d378e053ce2 MD5 · raw file

  1. # Simple makefile to create the web pages and update/synchronise to the real web server
  2. USERNAME=wsfulton
  3. all: makeweb rsync
  4. makeweb:
  5. python makeweb.py
  6. rsync:
  7. rsync -r --cvs-exclude --rsh="ssh" . $(USERNAME)@shell.sf.net:/home/groups/s/sw/swig/swigweb