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:
-rw-r--r--Makefile3
-rw-r--r--main/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a31d308979..8bf8262f4b 100644
--- a/Makefile
+++ b/Makefile
@@ -57,3 +57,6 @@ check-addins:
app-dir:
cd main && make app-dir
+
+package-monomac:
+ (cd main; make package-monomac)
diff --git a/main/Makefile.am b/main/Makefile.am
index 9e997661d6..c78c8d6688 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -164,3 +164,6 @@ distcleancheck_listfiles = find . -type f -print # automake-1.9 setting
distcleancheck_listfiles += $(filter_stale_buildfiles) # amend by required filtering
.PHONY: vcrevision
+
+package-monomac:
+ $(MD_LAUNCH_SETUP) mono --debug "build/bin/mdrun.exe" setup pack ../extras/MonoDevelop.MonoMac/build/MonoDevelop.MonoMac.dll