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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2017-01-19 21:48:14 +0300
committerMiguel de Icaza <miguel@gnome.org>2017-01-19 21:48:14 +0300
commita5aa762c1651a486886e83f3bc71ee16b2ff4e0f (patch)
treec7084a9cb0647fab9327ed8c9291ddd782621990 /man
parent7179d6ebdb093a960c9f14a47def7b05a20deb90 (diff)
Add mdb2ppdb man page, remove prj2make man page
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/mdb2ppdb.126
-rw-r--r--man/prj2make.150
3 files changed, 27 insertions, 51 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0c8b29892ff..ef449a4d594 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,6 +19,7 @@ man_MANS = \
mconfig.1 \
mcs.1 \
mdassembler.1 \
+ mdb2ppdb.1 \
mdoc.1 \
mdoc.5 \
mdoc-assemble.1 \
@@ -43,7 +44,6 @@ man_MANS = \
mozroots.1 \
pdb2mdb.1 \
permview.1 \
- prj2make.1 \
resgen.1 \
secutil.1 \
setreg.1 \
diff --git a/man/mdb2ppdb.1 b/man/mdb2ppdb.1
new file mode 100644
index 00000000000..0f809a59c9a
--- /dev/null
+++ b/man/mdb2ppdb.1
@@ -0,0 +1,26 @@
+.\"
+.\" mono manual page.
+.\" Copyright 2017 Microsoft
+.\"
+.TH Mono "Mono 4.8.0"
+.SH NAME
+mdb2ppdb \- Convert Mono's debug file format (MDB) to Portable Program
+Database (PPDB) file formatn
+.SH SYNOPSIS
+.PP
+.B mdb2ppdb input.mdb output.ppdb
+.SH DESCRIPTION
+\fImdb2ppdb\fP is a tool that can be used to convert debug information
+stored in the Mono debug file format (files with the extension .mdb)
+which both Mono's compiler and tools that used Mono's
+System.Reflection.Emit debug file format on Unix used into the new
+debug format Portable Program Database (files with the
+extension .ppdb).
+.SH MAILING LISTS
+Mailing lists are listed at the
+http://www.mono-project.com/community/help/mailing-lists/
+.SH WEB SITE
+http://www.mono-project.com
+.SH SEE ALSO
+.PP
+mcs(1), pdb2mdb(1)
diff --git a/man/prj2make.1 b/man/prj2make.1
deleted file mode 100644
index 36127411a1e..00000000000
--- a/man/prj2make.1
+++ /dev/null
@@ -1,50 +0,0 @@
-.\"
-.\" mono manual page.
-.\" Author:
-.\" Francisco Martinez
-.\"
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.TH prj2make "prj2make 1.0"
-.SH NAME
-prj2make \- Makefile generator from Visual Studio and Sharp Develop
-solution files.
-.SH SYNOPSIS
-.PP
-.B prj2make options file
-.SH DESCRIPTIOn
-The \fIprj2make\fP tool will produce Makefiles or NMakefiles from
-Visual Studio solution files (files ending in .sln or .csproj) or
-SharpDevelop combine files (files ending in .cmbx or .prjx).
-.PP
-This tool is commonly used to compile on Unix source code which has
-been originally developed with Visual Studio or SharpDevelop.
-.PP
-This tool can also be used to convert Visual Studio project files
-(.sln or .csproj) into Sharp Develop .prjx/.cmbx files, use the
-`-csproj2prjx' for this.
-.PP
-By default
-.I prj2make
-will produce Makefiles suitable to be consumed by Unix Make. If your
-application needs to target nmake, you can use the option `-isNmake'.
-.SH OPTIONS
-.TP
-.I "-c", "-isCsc"
-Use csc instead of mcs on the generated files.
-.TP
-.I "-csproj2prjx"
-Runs in conversion mode, and turns a csproj/sln into a set of
-prjx/cmbx files.
-.TP
-.I "-n", "-isNmake"
-Produce makefiles suitable to be used by Nmake.
-.SH MAILING LISTS
-Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
-.SH WEB SITE
-Visit: http://www.mono-project.com for details
-.SH SEE ALSO
-.BR mcs(1), mono(1), make(1), mono-config(5)
-