Re: [yocto] prerequisite tools for making documentation

2012-07-13 Thread Rifenbark, Scott M
Subject: Re: [yocto] prerequisite tools for making documentation For Ubuntu 10.04 I installed dblatex and that installed everything in Jim's list from texlive down (inclusive). I was able to make the BitBake documents after installing dblatex. Scott From: jfabernathy [mailto:jfaberna...@gmai

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread Rifenbark, Scott M
Scott M Cc: yocto@yoctoproject.org Subject: Re: [yocto] prerequisite tools for making documentation On 07/03/2012 02:25 PM, Rifenbark, Scott M wrote: Jim, Do you have a list of what you had to install? I can add this to the QS "Packages" section. Scott Scott, I had to go thru

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread Rifenbark, Scott M
To: Chris Hallinan Cc: Rifenbark, Scott M; yocto@yoctoproject.org Subject: Re: [yocto] prerequisite tools for making documentation On 07/03/2012 02:57 PM, Chris Hallinan wrote: On Tue, Jul 3, 2012 at 2:25 PM, Rifenbark, Scott M mailto:scott.m.rifenb...@intel.com>> wrote: Jim, Do you have

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread McClintock Matthew-B29882
I went through this trying to fix the docs build on a machine and my build script has some clues about what I needed to do: export PATH=/opt/fop-1.0:$PATH export PATH=/usr/local/bin:$PATH which xsltproc cd documentation for i in adt-manual dev-manual yocto-project-qs bsp-guide kernel-manual pok

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread Robert P. J. Day
On Tue, 3 Jul 2012, Chris Hallinan wrote: > I'd also be interested in knowing what host you built it on, as > several of us (including myself) have had difficulty building docs. just recently, i whined incessantly about the issue i was having building PDF docs on my ubuntu 12.04 system, http:/

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread jfabernathy
t;mailto:yocto@yoctoproject.org> Subject: [yocto] prerequisite tools for making documentation I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I foun

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread jfabernathy
nathy Sent: Sunday, June 24, 2012 9:06 AM To: yocto@yoctoproject.org Subject: [yocto] prerequisite tools for making documentation I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread Chris Hallinan
n...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] On Behalf Of jfabernathy > Sent: Sunday, June 24, 2012 9:06 AM > To: yocto@yoctoproject.org > Subject: [yocto] prerequisite tools for making documentation > > I had a need to look at the bitbake manual in the > pok

Re: [yocto] prerequisite tools for making documentation

2012-07-03 Thread Rifenbark, Scott M
To: yocto@yoctoproject.org Subject: [yocto] prerequisite tools for making documentation I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I found the make failed due to a number of xml rel

Re: [yocto] prerequisite tools for making documentation

2012-06-25 Thread Paul Eggleton
On Sunday 24 June 2012 12:06:14 jfabernathy wrote: > I had a need to look at the bitbake manual in the > poky/bitbake/doc/manual directory and tried to make pdf. I had all the > prerequisites listed in the QS guide. However, I found the make failed > due to a number of xml related tools being mis

Re: [yocto] prerequisite tools for making documentation

2012-06-25 Thread Andrei Gherzan
That would be a good idea in my opinion too as i tried to make doc last week and i ended up dropping this task as i didn't have the time to search for those xml deps. @g On Sun, Jun 24, 2012 at 7:06 PM, jfabernathy wrote: > I had a need to look at the bitbake manual in the poky/bitbake/doc/manu

[yocto] prerequisite tools for making documentation

2012-06-24 Thread jfabernathy
I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I found the make failed due to a number of xml related tools being missing. I installed those and got the pdf manual generat