Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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