Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-09-15 21:46:19 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-09-15 21:46:19 (GMT)
commit0736b85e86f73da4ac719357e11a2a3b2e9248ce (patch)
tree916240e3715af3f7240ac10f421e8acedb3107d6 /Makefile
parent5dfc09b741faebf99b15adbac4a00550f3a4a476 (diff)
Update to sweetener-devel version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 100721b..04eca7b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ activity: activity.info mimetypes.xml
if [ -f mimetypes.xml ]; then cp mimetypes.xml activity; fi
app-entry.desktop: app-icon
python makescripts/desktop_luncher.py
-local: app-entry.desktop mimetypes.xml
+install: app-entry.desktop mimetypes.xml
+ python makescripts/systeminstall.py
mv app-entry.desktop $N.desktop
xdg-desktop-menu install $N.desktop
if [ -f mimetypes.xml ]; then cp mimetypes.xml $M.xml; xdg-mime install $M.xml; python makescripts/svg2png.py activity/$M.svg ./mimetype.png; xdg-icon-resource install --context mimetypes --size 48 mimetype.png $M; fi