Browse Source

upload script

Former-commit-id: f35cd4f3be5f8c7e6475e5ad97b196fa313ff167
Alec Jacobson (jalec 11 years ago
parent
commit
87762b4ddc
2 changed files with 7 additions and 1 deletions
  1. 1 1
      VERSION.txt
  2. 6 0
      scripts/upload.sh

+ 1 - 1
VERSION.txt

@@ -3,4 +3,4 @@
 # Anyone may increment Minor to indicate a small change.
 # Major indicates a large change or large number of changes (upload to website)
 # World indicates a substantial change or release
-0.4.1
+0.4.2

+ 6 - 0
scripts/upload.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+make clean
+zip -9 -r --exclude=@exclude.lst  libigl.zip ../libigl
+scp libigl.zip $WEBSORKINE:www/htdocs-igl/projects/libigl/
+cp *.html ~/Documents/IGL-website/projects/libigl/
+cp file-formats/* ~/Documents/IGL-website/projects/libigl/file-formats/