Improve installation doc slightly, by Mark Sirota's request.
authorJohn Gilmore <gnu@cygnus>
Wed, 4 Dec 1991 08:59:57 +0000 (08:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 4 Dec 1991 08:59:57 +0000 (08:59 +0000)
gdb/doc/gdb.texinfo

index 61a1dfd12f69dd8ee885e141db6448bcfb516153..8c13f92b8503e8b7e8774c7336f1631710b812b3 100644 (file)
@@ -7150,8 +7150,11 @@ cd gdb-_GDB_VN__/bfd
 @end group
 @end example
 
-You can install @code{_GDBP__} anywhere; it has no hardwired paths.  However,
-you should make sure that the shell on your path (named by the
+You can install @code{_GDBP__} anywhere; it has no hardwired paths.  
+Simply copy @code{gdb/gdb} to the desired directory.
+@comment What about installing the man pages, info files, etc?
+
+However, you should make sure that the shell on your path (named by the
 @samp{SHELL} environment variable) is publicly readable; some systems
 refuse to let _GDBN__ debug child processes whose programs are not
 readable, and _GDBN__ uses the shell to start your program.