Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernardo Innocenti <bernie@codewiz.org>2007-12-31 05:58:38 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 22:36:55 (GMT)
commit36bbd99401b4ef3bba78a9b31bf3b7cb7741c3a6 (patch)
tree42662f81f16bdb5c616f0ccb19b06a34a63ee4ea /Makefile.in
parent1030dc837b10a03a02a85d5504cbeec168ce49e2 (diff)
Add rule to make an XO bundle
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6af72dc..a9f5aa0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,3 +86,13 @@ install-win:
@INSTALL@ bin/xaos.exe $(DESTDIR)/bin
if [ "@USE_NLS@" = "yes" ]; then $(MAKE) -C src/i18n/ install-win; fi
+
+bundle:
+ rm -rf XaoS.activity
+ cp -a activity XaoS.activity/
+ cp -a tutorial XaoS.activity/
+ cp -a examples XaoS.activity/
+ cp -a catalogs XaoS.activity/
+ @INSTALL@ -d XaoS.activity/bin/
+ @INSTALL@ -s bin/xaos -o XaoS.activity/bin/
+ zip -r XaoS.xo XaoS.activity