mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Minor updates to the manpages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25789 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26ce343a5f
commit
ea9bd34f6a
6 changed files with 20 additions and 12 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/debugapp.1: Minor updates.
|
||||
* Documentation/gnustep-config.1: Same.
|
||||
* Documentation/openapp.1: Same.
|
||||
* Documentation/opentool.1: Same.
|
||||
* Documentation/library-combo.7: Same.
|
||||
|
||||
2007-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile.in (install): Install the new debugapp.1,
|
||||
|
|
|
@ -15,7 +15,9 @@ is a tool that helps you start or find applications by name in debugging mode. I
|
|||
.B openapp
|
||||
, and calls openapp with the
|
||||
.B \-\-debug
|
||||
option. By default gdb is used as the debugger, but this can be changed with the
|
||||
option; we recommend using openapp directly.
|
||||
.P
|
||||
By default gdb is used as the debugger, but this can be changed with the
|
||||
.B \-\-gdb=
|
||||
option or through the
|
||||
.B GDB
|
||||
|
@ -34,7 +36,9 @@ openapp(1)
|
|||
.SH HISTORY
|
||||
Work on
|
||||
.B debugapp
|
||||
started in October 2006 by Nicola Pero <n.pero@mi.flashnet.it>.
|
||||
started in October 1997 by Ovidiu Predescu <ovidiu@net-community.com>.
|
||||
In October 2006 Nicola Pero <nicola.pero@meta-innovation.com> merged it
|
||||
with openapp.
|
||||
|
||||
.SH AUTHORS
|
||||
This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
|
||||
|
|
|
@ -77,7 +77,7 @@ GNUstep(7)
|
|||
.SH HISTORY
|
||||
Work on
|
||||
.B gnustep-config
|
||||
started in 2007 by Nicola Pero <n.pero@mi.flashnet.it>.
|
||||
started in 2007 by Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
.SH AUTHORS
|
||||
This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
|
||||
.SH COPYRIGHT
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\"
|
||||
.TH library-combo 7 "20/12/2007" gnustep-make "GNUstep System Manual"
|
||||
.SH DESCRIPTION
|
||||
This manual page is about cross-compilation and fat binaries. Fat binaries are packeges that you can supply which contains more the one binary of your e.g. application. So you can support multiple platforms with a single package.
|
||||
This manual page is about cross-compilation and fat binaries. Fat binaries are packages that you can supply which contain more the one binary of your program (e.g. your application). So you can support multiple platforms with a single package.
|
||||
.PP
|
||||
To support this your system has to be built in a non-flattened way. Meaning that during the installation of
|
||||
.I gnustep-make
|
||||
|
@ -73,21 +73,17 @@ under Unix will be denoted by gnu\-gnu\-gnu. Here is a list of some of the possi
|
|||
.RS 0
|
||||
Runtime Foundation GUI
|
||||
.RS 0
|
||||
nx nx nx
|
||||
nx nx nx
|
||||
.RS 0
|
||||
nx fd gnu
|
||||
.RS 0
|
||||
gnu gnu gnu
|
||||
.RS 0
|
||||
gnu fd gnu
|
||||
.RS 0
|
||||
gnu apple apple
|
||||
.RS 0
|
||||
gnugc gnu gnu
|
||||
.RS 0
|
||||
gnugc fd gnu
|
||||
.RS 0
|
||||
gnugc apple apple
|
||||
.RS 0
|
||||
apple apple apple
|
||||
.RS 0
|
||||
|
|
|
@ -105,7 +105,7 @@ started October 1997.
|
|||
.PP
|
||||
.B openapp
|
||||
was originally written by Ovidiu Predescu <ovidiu@net-community.com>
|
||||
and is now maintained by Nicola Pero <n.pero@mi.flashnet.it>.
|
||||
and is now maintained by Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
.SH AUTHORS
|
||||
This manual page was first written July 2003 by Martin Brecher <martin@mb-itconsulting.com>.
|
||||
|
|
|
@ -12,11 +12,11 @@ opentool \- Command line tool for starting tools
|
|||
|
||||
.SH DESCRIPTION
|
||||
.B opentool
|
||||
is absolete. Make sure the
|
||||
is obsolete. You should make sure that the
|
||||
.I Tools
|
||||
directories are in your
|
||||
.BR PATH ,
|
||||
then
|
||||
and then
|
||||
.B opentool
|
||||
is not needed anymore.
|
||||
.SH SEE ALSO
|
||||
|
|
Loading…
Reference in a new issue