Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB Manul - Missing Table of Contents and Index
@ 2009-11-03 15:12 Rahul Kavalapara
  2009-11-03 15:15 ` Marc Khouzam
  2009-11-03 15:18 ` Joel Brobecker
  0 siblings, 2 replies; 6+ messages in thread
From: Rahul Kavalapara @ 2009-11-03 15:12 UTC (permalink / raw)
  To: GNU Debugger

Hi,

The current manual posted on the Website is missing the Table of contents and Index. I tried to generate a pdf of the manual from the current sources and it has them.

--
Rahul Kavalapara



      


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: GDB Manul - Missing Table of Contents and Index
  2009-11-03 15:12 GDB Manul - Missing Table of Contents and Index Rahul Kavalapara
@ 2009-11-03 15:15 ` Marc Khouzam
  2009-11-03 15:22   ` Anmol P. Paralkar
  2009-11-03 15:18 ` Joel Brobecker
  1 sibling, 1 reply; 6+ messages in thread
From: Marc Khouzam @ 2009-11-03 15:15 UTC (permalink / raw)
  To: 'Rahul Kavalapara', 'GNU Debugger'

 

> -----Original Message-----
> From: gdb-owner@sourceware.org 
> [mailto:gdb-owner@sourceware.org] On Behalf Of Rahul Kavalapara
> Sent: Tuesday, November 03, 2009 10:13 AM
> To: GNU Debugger
> Subject: GDB Manul - Missing Table of Contents and Index
> 
> Hi,
> 
> The current manual posted on the Website is missing the Table 
> of contents and Index. I tried to generate a pdf of the 
> manual from the current sources and it has them.


Is this what you mention:
http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GDB Manul - Missing Table of Contents and Index
  2009-11-03 15:12 GDB Manul - Missing Table of Contents and Index Rahul Kavalapara
  2009-11-03 15:15 ` Marc Khouzam
@ 2009-11-03 15:18 ` Joel Brobecker
  1 sibling, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2009-11-03 15:18 UTC (permalink / raw)
  To: Rahul Kavalapara; +Cc: GNU Debugger

> The current manual posted on the Website is missing the Table of
> contents and Index. I tried to generate a pdf of the manual from the
> current sources and it has them.

Are you sure? I started at: http://www.sourceware.org/gdb/
Clicked on: - [documentation]
            - GDB User Manual

That made me land at:
http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html

That's the table of contents. And the index is accessible through
[Index] at the top.
    
-- 
Joel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: GDB Manul - Missing Table of Contents and Index
  2009-11-03 15:15 ` Marc Khouzam
@ 2009-11-03 15:22   ` Anmol P. Paralkar
  2009-11-03 15:45     ` Joel Brobecker
  0 siblings, 1 reply; 6+ messages in thread
From: Anmol P. Paralkar @ 2009-11-03 15:22 UTC (permalink / raw)
  To: Marc Khouzam; +Cc: 'Rahul Kavalapara', 'GNU Debugger'

On Tue, 3 Nov 2009, Marc Khouzam wrote:

>
>
>> -----Original Message-----
>> From: gdb-owner@sourceware.org
>> [mailto:gdb-owner@sourceware.org] On Behalf Of Rahul Kavalapara
>> Sent: Tuesday, November 03, 2009 10:13 AM
>> To: GNU Debugger
>> Subject: GDB Manul - Missing Table of Contents and Index
>>
>> Hi,
>>
>> The current manual posted on the Website is missing the Table
>> of contents and Index. I tried to generate a pdf of the
>> manual from the current sources and it has them.
>
>
> Is this what you mention:
> http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html

  I suppose Rahul means the PDF at http://sourceware.org/gdb/documentation/
  for 7.0.50.20091103; it is missing the TOC as well as the Index. (Says:
  "Index is nonexistent").

Thanks,
Anmol.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GDB Manul - Missing Table of Contents and Index
  2009-11-03 15:22   ` Anmol P. Paralkar
@ 2009-11-03 15:45     ` Joel Brobecker
  2009-11-03 16:50       ` Rahul Kavalapara
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Brobecker @ 2009-11-03 15:45 UTC (permalink / raw)
  To: Anmol P. Paralkar
  Cc: Marc Khouzam, 'Rahul Kavalapara', 'GNU Debugger'

>  I suppose Rahul means the PDF at http://sourceware.org/gdb/documentation/
>  for 7.0.50.20091103; it is missing the TOC as well as the Index. (Says:
>  "Index is nonexistent").

I had a quick look, and there is no obvious reason why these files
would be missing, since the script that builds the PDFs just calls
"make pdf". Unfortunately, I won't have time to look at this for
a little longer...

-- 
Joel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GDB Manul - Missing Table of Contents and Index
  2009-11-03 15:45     ` Joel Brobecker
@ 2009-11-03 16:50       ` Rahul Kavalapara
  0 siblings, 0 replies; 6+ messages in thread
From: Rahul Kavalapara @ 2009-11-03 16:50 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: GNU Debugger

 
>  I suppose Rahul means the PDF at http://sourceware.org/gdb/documentation/
>  for 7.0.50.20091103; it is missing the TOC as well as the Index. (Says:
>  "Index is nonexistent").

Sorry, I should have been more clearer. Yes, that's what I meant. 

The gzipped pdf for the link below.
http://sourceware.org/gdb/documentation/

Links pointing to different formats has the same problem.         
http://sourceware.org/gdb/current/onlinedocs/

>I had a quick look, and there is no obvious reason why these files
>would be missing, since the script that builds the PDFs just calls
>"make pdf". Unfortunately, I won't have time to look at this for
>a little longer...

Build script in the source worked fine for me.  
Quick workaround for now, would be to regenerate the docs and post them.   
--
Rahul Kavalapara



----- Original Message ----
From: Joel Brobecker <brobecker@adacore.com>
To: Anmol P. Paralkar <anmol@freescale.com>
Cc: Marc Khouzam <marc.khouzam@ericsson.com>; Rahul Kavalapara <rahul_ks538@yahoo.com>; GNU Debugger <gdb@sourceware.org>
Sent: Tue, November 3, 2009 8:45:00 AM
Subject: Re: GDB Manul - Missing Table of Contents and Index

>  I suppose Rahul means the PDF at http://sourceware.org/gdb/documentation/
>  for 7.0.50.20091103; it is missing the TOC as well as the Index. (Says:
>  "Index is nonexistent").

I had a quick look, and there is no obvious reason why these files
would be missing, since the script that builds the PDFs just calls
"make pdf". Unfortunately, I won't have time to look at this for
a little longer...

-- 
Joel



      


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-03 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-03 15:12 GDB Manul - Missing Table of Contents and Index Rahul Kavalapara
2009-11-03 15:15 ` Marc Khouzam
2009-11-03 15:22   ` Anmol P. Paralkar
2009-11-03 15:45     ` Joel Brobecker
2009-11-03 16:50       ` Rahul Kavalapara
2009-11-03 15:18 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox