Re: gendocs.sh and texi2html

2007-05-05 Thread Bruno Haible
Patrice Dumas wrote: > > - The "Top" node must be included for "makeinfo --html" but it's pointless > > in texi2html runs. Since the conditional @ifhtml cannot distinguish > > these > > situations, I used this: > > What's wrong with having the Top node processed by texi2html? In the ma

Re: gendocs.sh and texi2html

2007-05-05 Thread Patrice Dumas
On Fri, May 04, 2007 at 11:35:44AM +0200, Bruno Haible wrote: > > Some hacks are needed for being able to process a .texi file with both > "texi2html" and "makeinfo --html": > > - The "Top" node must be included for "makeinfo --html" but it's pointless > in texi2html runs. Since the conditi

Re: argp on mingw

2007-05-05 Thread Bruno Haible
> 2007-05-01 Bruno Haible <[EMAIL PROTECTED]> > > * tests/test-argp-2.sh (func_compare): Drop .exe suffix. Applied after Sergey approved it. Bruno