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
path: root/main/man
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2008-11-19 19:18:20 +0300
committerLluis Sanchez <lluis@novell.com>2008-11-19 19:18:20 +0300
commit8c0a6a7e23020c7adf067387a4e22a60cf35ed30 (patch)
tree80e1bd9cbc4833d521315c258d221902f3784af1 /main/man
parentab818c0ac77a2bdc8bff87cc9c0377bb116b3ffd (diff)
* main/man/mdtool.1: Updated.
svn path=/trunk/monodevelop/; revision=119327
Diffstat (limited to 'main/man')
-rw-r--r--main/man/ChangeLog4
-rw-r--r--main/man/mdtool.113
2 files changed, 12 insertions, 5 deletions
diff --git a/main/man/ChangeLog b/main/man/ChangeLog
index 566b6920d1..791089abee 100644
--- a/main/man/ChangeLog
+++ b/main/man/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-19 Lluis Sanchez Gual <lluis@novell.com>
+
+ * mdtool.1: Updated.
+
2008-01-28 Ankit Jain <jankit@novell.com>
* monodevelop.1: Add man page.
diff --git a/main/man/mdtool.1 b/main/man/mdtool.1
index 1a1446e6b2..56d20cfcc8 100644
--- a/main/man/mdtool.1
+++ b/main/man/mdtool.1
@@ -34,8 +34,8 @@ Graphical add-in setup utility.
.B build [options] [project-file]
Project build tool. Use this tool to build any solution supported by MonoDevelop
(eg. .mds, .sln). If no solution/project is specified then it will pull the
-first file in the directory with the .mds extension).
-You would use this option to build packages in a head-less or batch
+first solution it can find in the current directory.
+You can use this option to build packages in a head-less or batch
fashion.
.RS
.ne 8
@@ -43,10 +43,13 @@ fashion.
.B Options
.RS
.ne 8
-.B --f , --buildfile:FILE
-Filename of the Project or the solution to build.
+.B -c , --configuration:CONFIGURATION
+Name of the solution configuration to build.
-.B --p , --project:PROJECT
+.B -t , --target:TARGET
+Name of the target: Clean or Build
+
+.B -p , --project:PROJECT
Name of the project to build.
.RE