linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make htmldocs doesn't work even with docbook stylesheets installed
@ 2005-05-12 12:03 Karel Kulhavy
  2005-05-12 21:29 ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Karel Kulhavy @ 2005-05-12 12:03 UTC (permalink / raw)
  To: linux-kernel

make htmldocs says thast docbook stylesheets are not installed while
they are:

kestrel linux-2.6.11.9 # make htmldocs
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  DOCPROC Documentation/DocBook/wanbook.sgml
*** You need to install DocBook stylesheets ***
make[1]: *** [Documentation/DocBook/wanbook.html] Error 1
make: *** [htmldocs] Error 2
kestrel linux-2.6.11.9 # emerge -s stylesheet
Searching...   
[ Results for search key : stylesheet ]
[ Applications found : 2 ]
 
*  app-text/docbook-dsssl-stylesheets
      Latest version available: 1.77-r2
      Latest version installed: 1.77-r2
      Size of downloaded files: 385 kB
      Homepage:    http://docbook.sourceforge.net
      Description: DSSSL Stylesheets for DocBook.
      License:     as-is

*  app-text/docbook-xsl-stylesheets
      Latest version available: 1.66.1
      Latest version installed: 1.66.1
      Size of downloaded files: 1,514 kB
      Homepage:    http://docbook.sourceforge.net/
      Description: XSL Stylesheets for Docbook
      License:     || ( as-is BSD )

Is this a bug in Linux make htmldocs?

CL<

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

* Re: make htmldocs doesn't work even with docbook stylesheets installed
  2005-05-12 12:03 make htmldocs doesn't work even with docbook stylesheets installed Karel Kulhavy
@ 2005-05-12 21:29 ` Adrian Bunk
  2005-05-17 19:22   ` Karel Kulhavy
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2005-05-12 21:29 UTC (permalink / raw)
  To: Karel Kulhavy; +Cc: linux-kernel

On Thu, May 12, 2005 at 02:03:58PM +0200, Karel Kulhavy wrote:
> make htmldocs says thast docbook stylesheets are not installed while
> they are:
> 
> kestrel linux-2.6.11.9 # make htmldocs
>   HOSTCC  scripts/basic/fixdep
>   HOSTCC  scripts/basic/split-include
>   HOSTCC  scripts/basic/docproc
>   DOCPROC Documentation/DocBook/wanbook.sgml
> *** You need to install DocBook stylesheets ***
> make[1]: *** [Documentation/DocBook/wanbook.html] Error 1
> make: *** [htmldocs] Error 2
> kestrel linux-2.6.11.9 # emerge -s stylesheet
> Searching...   
> [ Results for search key : stylesheet ]
> [ Applications found : 2 ]
>  
> *  app-text/docbook-dsssl-stylesheets
>       Latest version available: 1.77-r2
>       Latest version installed: 1.77-r2
>       Size of downloaded files: 385 kB
>       Homepage:    http://docbook.sourceforge.net
>       Description: DSSSL Stylesheets for DocBook.
>       License:     as-is
> 
> *  app-text/docbook-xsl-stylesheets
>       Latest version available: 1.66.1
>       Latest version installed: 1.66.1
>       Size of downloaded files: 1,514 kB
>       Homepage:    http://docbook.sourceforge.net/
>       Description: XSL Stylesheets for Docbook
>       License:     || ( as-is BSD )
> 
> Is this a bug in Linux make htmldocs?


It sounds more like you are missing a package.

In Debian it's called "docbook-utils", I don't know whether it has the 
same name in Gentoo.


> CL<

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: make htmldocs doesn't work even with docbook stylesheets installed
  2005-05-12 21:29 ` Adrian Bunk
@ 2005-05-17 19:22   ` Karel Kulhavy
  2005-05-17 19:56     ` Alexey Dobriyan
  0 siblings, 1 reply; 4+ messages in thread
From: Karel Kulhavy @ 2005-05-17 19:22 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

> >       Size of downloaded files: 1,514 kB
> >       Homepage:    http://docbook.sourceforge.net/
> >       Description: XSL Stylesheets for Docbook
> >       License:     || ( as-is BSD )
> > 
> > Is this a bug in Linux make htmldocs?
> 
> 
> It sounds more like you are missing a package.
> 
> In Debian it's called "docbook-utils", I don't know whether it has the 
> same name in Gentoo.

gentoo doesn't have docbook-utils. How do I compile linux kernel
documentations on gentoo?

And btw why doesn't README or the error message that docbook-utils
package is required? I suggest that this be added into README together
with the docbook stylesheets (and the information which one of the 2
stylesheets are meant).

CL<

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

* Re: make htmldocs doesn't work even with docbook stylesheets installed
  2005-05-17 19:22   ` Karel Kulhavy
@ 2005-05-17 19:56     ` Alexey Dobriyan
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Dobriyan @ 2005-05-17 19:56 UTC (permalink / raw)
  To: Karel Kulhavy; +Cc: Adrian Bunk, linux-kernel

On Tuesday 17 May 2005 23:22, Karel Kulhavy wrote:
> > >       Size of downloaded files: 1,514 kB
> > >       Homepage:    http://docbook.sourceforge.net/
> > >       Description: XSL Stylesheets for Docbook
> > >       License:     || ( as-is BSD )
> > > 
> > > Is this a bug in Linux make htmldocs?
> > 
> > It sounds more like you are missing a package.
> > 
> > In Debian it's called "docbook-utils", I don't know whether it has the 
> > same name in Gentoo.
> 
> gentoo doesn't have docbook-utils. How do I compile linux kernel
> documentations on gentoo?

OK, once again...

1. Get 2.6.12-rc4 already.
2. # emerge xmlto

> And btw why doesn't README or the error message that docbook-utils
> package is required?

Latest Documentation/Changes says:

	DocBook Stylesheets
	-------------------
	o  <http://nwalsh.com/docbook/dsssl/>

	XMLTO XSLT Frontend
	-------------------
	o  <http://cyberelk.net/tim/xmlto/>

Not enough?

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

end of thread, other threads:[~2005-05-17 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-12 12:03 make htmldocs doesn't work even with docbook stylesheets installed Karel Kulhavy
2005-05-12 21:29 ` Adrian Bunk
2005-05-17 19:22   ` Karel Kulhavy
2005-05-17 19:56     ` Alexey Dobriyan

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).