Add mdb2ppdb man page, remove prj2make man page
authorMiguel de Icaza <miguel@gnome.org>
Thu, 19 Jan 2017 18:48:14 +0000 (13:48 -0500)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 19 Jan 2017 18:48:14 +0000 (13:48 -0500)
man/Makefile.am
man/mdb2ppdb.1 [new file with mode: 0644]
man/prj2make.1 [deleted file]

index 0c8b29892ff5f582e121af6d36c300073815cdb5..ef449a4d594e6baf7cd6e2c599a68d2becda3f2a 100644 (file)
@@ -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 (file)
index 0000000..0f809a5
--- /dev/null
@@ -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 (file)
index 3612741..0000000
+++ /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)
-