Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2011-03-19 00:15:38 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2011-03-19 05:13:41 +0300
commitb9cc7f110486ff66ca2eda2bbc9d3166a931c3ba (patch)
tree3f1e5638d6d564bbfdc90dc15157a16c197e4127 /main/build
parentb3a5207b4df30ab3024de6e6d862b998805f6145 (diff)
[Mac] Add make target to update dmg bg
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index fbb6b1f69a..0a1b8e0b8b 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -143,4 +143,7 @@ MonoDevelop.app:
MonoDevelop.app.zip: MonoDevelop.app
zip -r9uq MonoDevelop.app.zip MonoDevelop.app
+update-png:
+ /Applications/Inkscape.app/Contents/Resources/script --without-gui --export-png=`pwd`/dmg-bg.png `pwd`/dmg-bg.svg
+
.PHONY: MonoDevelop.app