Re: [patch] tweak make htmldocs (nochunks and better index).

2007-05-30 Thread Randy Dunlap
On Wed, 30 May 2007 14:47:41 -0400 Rob Landley wrote: > On Wednesday 30 May 2007 12:18 am, Randy Dunlap wrote: > > What is <\p> supposed to do? > > Sorry, typo. Should be instead. My bad. > > As to what it does in a larger sense, "make the xml people happy". Closing > parentheses tags make t

Re: [patch] tweak make htmldocs (nochunks and better index).

2007-05-30 Thread Rob Landley
On Wednesday 30 May 2007 12:18 am, Randy Dunlap wrote: > What is <\p> supposed to do? Sorry, typo. Should be instead. My bad. As to what it does in a larger sense, "make the xml people happy". Closing parentheses tags make the various xhtml validators shut up. The main difference between xht

Re: [patch] tweak make htmldocs (nochunks and better index).

2007-05-29 Thread Randy Dunlap
On Tue, 29 May 2007 15:28:33 -0400 Rob Landley wrote: > Signed-off-by: Rob Landley <[EMAIL PROTECTED]> > > A) The "xmtml-nochunks" version of "make htmldocs" is easier to print. and makes it darn near impossible to print one page or function if that's all that someone is interested in. I'd pref

Re: [patch] tweak make htmldocs (nochunks and better index).

2007-05-29 Thread Randy Dunlap
On Tue, 29 May 2007 15:28:33 -0400 Rob Landley wrote: > Signed-off-by: Rob Landley <[EMAIL PROTECTED]> > > A) The "xmtml-nochunks" version of "make htmldocs" is easier to print. > > B) Update the generated index.html to use the html as a >description for each file it links to. > > -- > >

[patch] tweak make htmldocs (nochunks and better index).

2007-05-29 Thread Rob Landley
Signed-off-by: Rob Landley <[EMAIL PROTECTED]> A) The "xmtml-nochunks" version of "make htmldocs" is easier to print. B) Update the generated index.html to use the html as a description for each file it links to. -- --- git/Documentation/DocBook/Makefile 2007-05-23 16:36:56.0 -0400