]> dev.renevier.net Git - syp.git/blobdiff - build.sh
add some margin around image
[syp.git] / build.sh
index b51f8fb59ed7126484e2c2f47d7ffb74d9f9976b..d6c6a28138156a8b0e14fd6cd5071ad79877f132 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-PROJVERS=0.0.1
+PROJVERS=0.1
 PROJNAME=syp
 
 BUILDDIR=${1:-build}
@@ -15,7 +15,7 @@ mkdir -p $DESTDIR
 cp -RLp inc/ $DESTDIR/
 
 # other php files
-cp -p admin.*php index.*php api.php items.php logout.php wizard.php $DESTDIR/
+cp -p admin.*php index.*php wizard.*php news.php api.php items.php logout.php $DESTDIR/
 
 # media
 cp -RLp media/ $DESTDIR/
@@ -32,6 +32,7 @@ mkdir $DESTDIR/openlayers/img
 for file in east-mini.png \
             marker-gold.png \
             north-mini.png \
+            blank.gif \
             west-mini.png \
             zoom-plus-mini.png \
             marker-blue.png \