[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTML output cross-reference link bug
From: |
Patrice Dumas |
Subject: |
Re: HTML output cross-reference link bug |
Date: |
Fri, 24 Apr 2009 12:25:31 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Fri, Apr 24, 2009 at 10:31:03AM +0200, Simon Josefsson wrote:
>
> > Ideas on how to solve this?
> >
> > 1) Does texi2html do the right thing?
>
> Yes it does. The cross-reference 'a name' is the same as makeinfo
> generates, but texi2html generates the proper 'a href' link.
>
> However, gendocs.sh in gnulib uses makeinfo --html by default, and I'd
> prefer to use a GNU tool if there is one available. So I would prefer
> to not use texi2html.
The plan is to replace the makeinfo in C by texi2html that would become
makeinfo in perl that would be indistinguishable from makeinfo in C (except
for the incredible use of memory and CPU...). That's why Karl is not very
eager to fix bugs in the makeinfo in C.
The info backend in texi2html is almost finished (maybe one or 2 weeks more
for bugfixing), all that remains to be done is achieve the
indistinguishability which shouldn't be too hard.
--
Pat