grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: Andrey Borzenkov <arvidjaar@gmail.com>
Cc: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: GRUB Manual Broken Link
Date: Fri, 15 Nov 2013 12:47:53 -0600	[thread overview]
Message-ID: <52866C59.3050506@gmail.com> (raw)
In-Reply-To: <20131115201057.2faa13a6@opensuse.site>

Andrey Borzenkov wrote:
> В Fri, 15 Nov 2013 10:04:15 -0600
> Bruce Dubbs <bruce.dubbs@gmail.com> пишет:
>
>> I was notified by the GNU webmaster that he is getting complaints about
>> the manual at http://www.gnu.org/software/grub/manual/grub.html having a
>> broken link:
>>
>> http://www.gnu.org/software/grub/manual/multiboot.html#Top
>>
>> It should be
>>
>> http://www.gnu.org/software/grub/manual/multiboot/multiboot.html
>>
>> Although I do update the web information pages, I don't have a way to
>> update the main GRUB manual.  I'm not sure, but I think Colin updated
>> the current manual (which is still listed as Manual 2.00~rc1).
>>
>> Can we get this manual updated?
>>
>
>
> The bug is not in manual. Link is generated by texinfo when converting
> grub.texi to HTML. It just need to be regenerated with correct texinfo
> version that knows how to translate multiboot link. See message below:
>
> From: Andrey Borzenkov <arvidjaar@gmail.com>
> To: webmasters-comment@gnu.org
> Subject: Re: [gnu.org #832039] 404
> Date: Fri, 31 May 2013 20:13:59 +0400
> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu)
>
> В Wed, 29 May 2013 11:43:14 -0400
> "Ineiev via RT" <webmasters-comment@gnu.org> пишет:
>
>>> [arvidjaar@gmail.com - Wed May 29 01:28:37 2013]:
>>> I'm not sure how. texinfo external references supports only base file
>>> name and assume that everything is located on the same level.
>>
>> Recent texinfo versions (5.0 and later) come with a database of
>> root URLs for different manuals; I'm not sure the manual you need
>> is included, but I think you could try (or at least ask on
>> bug-texinfo).
>>
>
> Which just confirms - it needs fixing elsewhere, not in grub2 sources :)
>
> Assuming current web layout, it would be this patch below and grub
> manual must be regenerated by texinfo 5.x that includes this patch. I'm
> not really feel to be competent enough to submit this patch myself - I
> simply do not know how web location is decided.
>
> Index: util/htmlxref.cnf
> ===================================================================
> --- util/htmlxref.cnf	(revision 5259)
> +++ util/htmlxref.cnf	(working copy)
> @@ -459,6 +459,9 @@
>
>   mtools		mono	${GS}/mtools/manual/mtools.html
>
> +multiboot	mono	${GS}/grub/manual/multiboot/multiboot.html
> +multiboot	node	${GS}/grub/manual/multiboot/html_node/
> +
>   myserver	node	http://www.myserverproject.net/documentation/
>
>   nano		mono	http://www.nano-editor.org/dist/latest/nano.html


For now I made a hack to change the href entry in the html directly but 
I didn't regenerate all the docs.

The latest version of texinfo is 5.2 and that does not have the patch 
above, but the file says the latest is at 
http://ftpmirror.gnu.org/texinfo/htmlxref.cnf. That file *does* have the 
patch.

Rebuilding texinfo with the latest htmlxref.cnf does fix the problem. 
There are a couple of warnings though.  I'm using the GRUB-2.0.0 release 
version since that's the latest official release and don't know if they 
have been fixed in git or not.

Speaking of official releases, has there been any thought into a new 
stable release of GRUB?  It's been a while since 2.0 was released.

   -- Bruce










      parent reply	other threads:[~2013-11-15 18:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15 16:04 GRUB Manual Broken Link Bruce Dubbs
2013-11-15 16:10 ` Andrey Borzenkov
2013-11-15 16:49   ` Bruce Dubbs
2013-11-15 18:47   ` Bruce Dubbs [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52866C59.3050506@gmail.com \
    --to=bruce.dubbs@gmail.com \
    --cc=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).