PageRenderTime 40ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/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. 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