[dss-commits] digitalSTROM web-sources branch, master, updated. 0de2f6e09d4f9fc182f9bc3e1f02255f92c1a883

git version control dss-commits at forum.digitalstrom.org
Wed Dec 16 15:12:38 CET 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "digitalSTROM web-sources".

The branch, master has been updated
       via  0de2f6e09d4f9fc182f9bc3e1f02255f92c1a883 (commit)
      from  dfc966cc92643f3c2c05f9f79d1c85519291f9df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0de2f6e09d4f9fc182f9bc3e1f02255f92c1a883
Author: Matias E. Fernandez <“mfernandez at futurelab.ch”>
Date:   Wed Dec 16 11:03:00 2009 +0100

    Added example usage to build script

-----------------------------------------------------------------------

Changes:
diff --git a/tools/build_and_copy_weblibs.sh b/tools/build_and_copy_weblibs.sh
index 4239c7d..9b039c7 100755
--- a/tools/build_and_copy_weblibs.sh
+++ b/tools/build_and_copy_weblibs.sh
@@ -3,13 +3,12 @@
 ###
 ## Copies necessary js files for development/distribution
 
-# usage copy_weblibs.sh websrc data/webroot/js/
-
 BASEDIR=$1
 TARGETDIR=$2
 
 if [ -z "$TARGETDIR" ] ; then
   echo "Usage: $(basename $0) <base directory> <target_dir>"
+  echo "example: $(basename $0) ./websrc ./data/webroot/js"
   exit 1
 fi
 


hooks/post-receive
-- 
digitalSTROM web-sources


More information about the dss-commits mailing list