Packager now includes itself
authorRoland Häder <roland@mxchange.org>
Wed, 25 Jun 2008 19:00:45 +0000 (19:00 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 25 Jun 2008 19:00:45 +0000 (19:00 +0000)
package.sh

index c34340a1c51900fddfd46d48f3c1214c1ade7bbc..4dc471418f4d6f54023527eb275a972fe3cc1c5b 100755 (executable)
@@ -4,7 +4,7 @@ echo "$0: Cleaning up..."
 rm -f shipsimu_dev*.zip
 
 echo "$0: Packaging..."
-zip -9 shipsimu_dev.zip docs/* Doxyfile index.php rebuild_doc.sh > /dev/null 2>&1
+zip -9 shipsimu_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1
 zip -9r shipsimu_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1
 zip -d shipsimu_dev.zip docs/warn.log db/user/*.serialized templates/images/_cache/*.png application/ship-simu/templates/images/_cache/*.png > /dev/null 2>&1