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--ChangeLog7
-rwxr-xr-xconfigure15
-rw-r--r--profiles/mac2
3 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 52156bcf49..21139388af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-20 Michael Hutchinson <mhutchinson@novell.com>
+
+ * configure: Add a more verbose help message explaining the new
+ build layout.
+
+ * profiles/mac: Remove unneeded options.
+
2007-12-13 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.mds: API cleanup.
diff --git a/configure b/configure
index 09a210e1e7..fccd182f26 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,20 @@ profile=stable
usage ()
{
echo "Usage : configure [--prefix=PREFIX] [--profile=PROFILE]"
- echo
+ echo ""
+ echo "The MonoDevelop build system consists of 'main', which contains the "
+ echo "main distribution, and a number of additional addins in subdirectories "
+ echo "of 'extras'. The 'extras' addins are designed to be built and "
+ echo "distributed separately, and therefore build against your system- "
+ echo "installed MonoDevelop by default. However, this script sets them up to "
+ echo "build against the MonoDevelop in 'main', and ensures that they will be "
+ echo "loaded when MonoDevelop is launched with 'make run' in this top-level"
+ echo "directory. This is very useful for development and testing."
+ echo ""
+ echo "A 'profile' is a list of 'extras' directories and arguments for their "
+ echo "configure scripts, and arguments for the 'main' configure script. To "
+ echo "add a profile, simply create a file in the 'profiles' directory."
+ echo ""
echo "Profiles available :"
ls -1 profiles
}
diff --git a/profiles/mac b/profiles/mac
index 8d5e7f60b0..7fbe7ef129 100644
--- a/profiles/mac
+++ b/profiles/mac
@@ -1 +1 @@
-main --enable-gtksourceview2 --disable-versioncontrol --disable-aspnetedit --disable-update-mimedb --disable-update-desktopdb --disable-geckobrowser --disable-gnomeplatform --enable-macplatform
+main --enable-gtksourceview2 --disable-versioncontrol --disable-update-mimedb --disable-update-desktopdb --disable-gnomeplatform --enable-macplatform