From a5aa762c1651a486886e83f3bc71ee16b2ff4e0f Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 19 Jan 2017 13:48:14 -0500 Subject: [PATCH] Add mdb2ppdb man page, remove prj2make man page --- man/Makefile.am | 2 +- man/mdb2ppdb.1 | 26 +++++++++++++++++++++++++ man/prj2make.1 | 50 ------------------------------------------------- 3 files changed, 27 insertions(+), 51 deletions(-) create mode 100644 man/mdb2ppdb.1 delete mode 100644 man/prj2make.1 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) - -- 2.25.1