public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH]: texinfo remove broken links Previous and Up from contents
@ 2020-05-30  0:00 Jonny Grant
  2020-05-30  6:17 ` Eli Zaretskii
  2020-05-30  7:27 ` Andreas Schwab
  0 siblings, 2 replies; 11+ messages in thread
From: Jonny Grant @ 2020-05-30  0:00 UTC (permalink / raw)
  To: gdb-patches

2020-05-27  Jonny Grant  <jg@jguk.org>

	* doc/gdb.texinfo: Remove broken links Previous and Up from contents


 From 5720d8615a6ac74299c5e56f1d1bcb0f1fd73b49 Mon Sep 17 00:00:00 2001
From: Jonny Grant <jg@jguk.org>
Date: Wed, 27 May 2020 23:11:17 +0100
Subject: [PATCH] texinfo remove broken links Previous and Up from contents

Signed-off-by: Jonny Grant <jg@jguk.org>
---
  gdb/doc/gdb.texinfo | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 6418162849..d90c33d67a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -108,7 +108,7 @@ ISBN 978-0-9831592-3-0 @*
  @page

  @ifnottex
-@node Top, Summary, (dir), (dir)
+@node Top, Summary

  @top Debugging with @value{GDBN}

-- 
2.17.1

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-05-30  0:00 [PATCH]: texinfo remove broken links Previous and Up from contents Jonny Grant
@ 2020-05-30  6:17 ` Eli Zaretskii
  2020-06-09 12:51   ` Jonny Grant
  2020-05-30  7:27 ` Andreas Schwab
  1 sibling, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2020-05-30  6:17 UTC (permalink / raw)
  To: Jonny Grant; +Cc: gdb-patches

> From: Jonny Grant <jg@jguk.org>
> Date: Sat, 30 May 2020 01:00:30 +0100
> 
> 2020-05-27  Jonny Grant  <jg@jguk.org>
> 
> 	* doc/gdb.texinfo: Remove broken links Previous and Up from contents

Thanks, this is OK, except that the ChangeLog entry should end with a
period.

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-05-30  0:00 [PATCH]: texinfo remove broken links Previous and Up from contents Jonny Grant
  2020-05-30  6:17 ` Eli Zaretskii
@ 2020-05-30  7:27 ` Andreas Schwab
  2020-05-31 17:07   ` Jonny Grant
  1 sibling, 1 reply; 11+ messages in thread
From: Andreas Schwab @ 2020-05-30  7:27 UTC (permalink / raw)
  To: Jonny Grant; +Cc: gdb-patches

On Mai 30 2020, Jonny Grant wrote:

> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index 6418162849..d90c33d67a 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -108,7 +108,7 @@ ISBN 978-0-9831592-3-0 @*
>   @page
>
>   @ifnottex
> -@node Top, Summary, (dir), (dir)
> +@node Top, Summary

They are not broken, (dir) is the info directory.  If you want to leave
out node pointers, leave them all out, so that makeinfo generates them
on its own.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-05-30  7:27 ` Andreas Schwab
@ 2020-05-31 17:07   ` Jonny Grant
  0 siblings, 0 replies; 11+ messages in thread
From: Jonny Grant @ 2020-05-31 17:07 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: gdb-patches



On 30/05/2020 08:27, Andreas Schwab wrote:
> On Mai 30 2020, Jonny Grant wrote:
> 
>> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
>> index 6418162849..d90c33d67a 100644
>> --- a/gdb/doc/gdb.texinfo
>> +++ b/gdb/doc/gdb.texinfo
>> @@ -108,7 +108,7 @@ ISBN 978-0-9831592-3-0 @*
>>    @page
>>
>>    @ifnottex
>> -@node Top, Summary, (dir), (dir)
>> +@node Top, Summary
> 
> They are not broken, (dir) is the info directory.  If you want to leave
> out node pointers, leave them all out, so that makeinfo generates them
> on its own.

Ah ok. Maybe you can propose a better patch?

I don't have the time at the moment to take the changes further.
Jonny

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-05-30  6:17 ` Eli Zaretskii
@ 2020-06-09 12:51   ` Jonny Grant
  2020-06-09 14:45     ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Jonny Grant @ 2020-06-09 12:51 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches



On 30/05/2020 07:17, Eli Zaretskii wrote:
>> From: Jonny Grant <jg@jguk.org>
>> Date: Sat, 30 May 2020 01:00:30 +0100
>>
>> 2020-05-27  Jonny Grant  <jg@jguk.org>
>>
>> 	* doc/gdb.texinfo: Remove broken links Previous and Up from contents
> 
> Thanks, this is OK, except that the ChangeLog entry should end with a
> period.

Hi eli,

Would you like me to re-send it?

Jonny

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-06-09 12:51   ` Jonny Grant
@ 2020-06-09 14:45     ` Eli Zaretskii
  2020-06-10 23:29       ` Simon Marchi
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2020-06-09 14:45 UTC (permalink / raw)
  To: Jonny Grant; +Cc: gdb-patches

> From: Jonny Grant <jg@jguk.org>
> Cc: gdb-patches@sourceware.org
> Date: Tue, 9 Jun 2020 13:51:55 +0100
> 
> >> 	* doc/gdb.texinfo: Remove broken links Previous and Up from contents
> > 
> > Thanks, this is OK, except that the ChangeLog entry should end with a
> > period.
> 
> Hi eli,
> 
> Would you like me to re-send it?

No, it just needs to be fixed by whoever pushes this change.

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-06-09 14:45     ` Eli Zaretskii
@ 2020-06-10 23:29       ` Simon Marchi
  2020-06-11  2:35         ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Marchi @ 2020-06-10 23:29 UTC (permalink / raw)
  To: Eli Zaretskii, Jonny Grant; +Cc: gdb-patches

On 2020-06-09 10:45 a.m., Eli Zaretskii wrote:
>> From: Jonny Grant <jg@jguk.org>
>> Cc: gdb-patches@sourceware.org
>> Date: Tue, 9 Jun 2020 13:51:55 +0100
>>
>>>> 	* doc/gdb.texinfo: Remove broken links Previous and Up from contents
>>>
>>> Thanks, this is OK, except that the ChangeLog entry should end with a
>>> period.
>>
>> Hi eli,
>>
>> Would you like me to re-send it?
> 
> No, it just needs to be fixed by whoever pushes this change.
> 

Eli, since you reviewed it and Jonny doesn't have push access, would you mind pushing it?

Thanks,

Simon

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-06-10 23:29       ` Simon Marchi
@ 2020-06-11  2:35         ` Eli Zaretskii
  2020-06-11  2:59           ` Simon Marchi
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2020-06-11  2:35 UTC (permalink / raw)
  To: Simon Marchi; +Cc: jg, gdb-patches

> Cc: gdb-patches@sourceware.org
> From: Simon Marchi <simark@simark.ca>
> Date: Wed, 10 Jun 2020 19:29:47 -0400
> 
> > No, it just needs to be fixed by whoever pushes this change.
> > 
> 
> Eli, since you reviewed it and Jonny doesn't have push access, would you mind pushing it?

Fine with me, but where's the final patch, please?

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-06-11  2:35         ` Eli Zaretskii
@ 2020-06-11  2:59           ` Simon Marchi
  2020-06-11 13:14             ` Eli Zaretskii
  2020-06-12 22:38             ` Jonny Grant
  0 siblings, 2 replies; 11+ messages in thread
From: Simon Marchi @ 2020-06-11  2:59 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: jg, gdb-patches

On 2020-06-10 10:35 p.m., Eli Zaretskii wrote:
>> Cc: gdb-patches@sourceware.org
>> From: Simon Marchi <simark@simark.ca>
>> Date: Wed, 10 Jun 2020 19:29:47 -0400
>>
>>> No, it just needs to be fixed by whoever pushes this change.
>>>
>>
>> Eli, since you reviewed it and Jonny doesn't have push access, would you mind pushing it?
> 
> Fine with me, but where's the final patch, please?
> 

You said the original patch was fine with the ChangeLog entry fixed (adding a period),
then said that it could be fixed by whoever pushed the patch, so I thought you could
do just that.

Anyway, I just fixed it and pushed the patch.

Simon

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-06-11  2:59           ` Simon Marchi
@ 2020-06-11 13:14             ` Eli Zaretskii
  2020-06-12 22:38             ` Jonny Grant
  1 sibling, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2020-06-11 13:14 UTC (permalink / raw)
  To: Simon Marchi; +Cc: jg, gdb-patches

> Cc: jg@jguk.org, gdb-patches@sourceware.org
> From: Simon Marchi <simark@simark.ca>
> Date: Wed, 10 Jun 2020 22:59:48 -0400
> 
> > Fine with me, but where's the final patch, please?
> > 
> 
> You said the original patch was fine with the ChangeLog entry fixed (adding a period),
> then said that it could be fixed by whoever pushed the patch, so I thought you could
> do just that.

Yes, I just got confused with what was the final version, and wanted
to be sure I do TRT.

> Anyway, I just fixed it and pushed the patch.

Thanks, and sorry for my confusion.

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

* Re: [PATCH]: texinfo remove broken links Previous and Up from contents
  2020-06-11  2:59           ` Simon Marchi
  2020-06-11 13:14             ` Eli Zaretskii
@ 2020-06-12 22:38             ` Jonny Grant
  1 sibling, 0 replies; 11+ messages in thread
From: Jonny Grant @ 2020-06-12 22:38 UTC (permalink / raw)
  To: Simon Marchi, Eli Zaretskii; +Cc: gdb-patches



On 11/06/2020 03:59, Simon Marchi wrote:
> On 2020-06-10 10:35 p.m., Eli Zaretskii wrote:
>>> Cc: gdb-patches@sourceware.org
>>> From: Simon Marchi <simark@simark.ca>
>>> Date: Wed, 10 Jun 2020 19:29:47 -0400
>>>
>>>> No, it just needs to be fixed by whoever pushes this change.
>>>>
>>>
>>> Eli, since you reviewed it and Jonny doesn't have push access, would you mind pushing it?
>>
>> Fine with me, but where's the final patch, please?
>>
> 
> You said the original patch was fine with the ChangeLog entry fixed (adding a period),
> then said that it could be fixed by whoever pushed the patch, so I thought you could
> do just that.
> 
> Anyway, I just fixed it and pushed the patch.
> 
> Simon

Great!

I saw the web pages just need to be re-generated when someone has a moment, they're from 7th March.
https://sourceware.org/gdb/current/onlinedocs/gdb/

Kind regards
Jonny

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

end of thread, other threads:[~2020-06-12 22:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30  0:00 [PATCH]: texinfo remove broken links Previous and Up from contents Jonny Grant
2020-05-30  6:17 ` Eli Zaretskii
2020-06-09 12:51   ` Jonny Grant
2020-06-09 14:45     ` Eli Zaretskii
2020-06-10 23:29       ` Simon Marchi
2020-06-11  2:35         ` Eli Zaretskii
2020-06-11  2:59           ` Simon Marchi
2020-06-11 13:14             ` Eli Zaretskii
2020-06-12 22:38             ` Jonny Grant
2020-05-30  7:27 ` Andreas Schwab
2020-05-31 17:07   ` Jonny Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).