Re: Making documentation - was RE: Docu updates question..

2002-11-10 Thread Sylvain Petreolle
(Sorry for answering to my own post) Or, we could pursue the route of db2html-winehq, which is to directly call jade rather than a wrapper. Vincent That could be not so bad after all. After testing if jade is on the system, we only have to try generate empty documents for all the formats

Re: Making documentation - was RE: Docu updates question..

2002-11-09 Thread Tony Lambregts
Greg Turner wrote: On Friday 08 November 2002 03:59 pm, Tony Lambregts wrote: Greg Turner wrote: On Friday 08 November 2002 12:19 pm, Tony Lambregts wrote: rootyodull greg # locate db2html /usr/bin/gnome-db2html2 /usr/bin/gnome-db2html3 /usr/bin/gnome2-db2html /usr/kde/2/bin/kdb2html

Re: Making documentation - was RE: Docu updates question..

2002-11-09 Thread Dustin Navea
--- Greg Turner [EMAIL PROTECTED] wrote: On Friday 08 November 2002 03:59 pm, Tony Lambregts wrote: Greg Turner wrote: On Friday 08 November 2002 12:19 pm, Tony Lambregts wrote: root@yodull greg # locate db2html /usr/bin/gnome-db2html2 /usr/bin/gnome-db2html3

Re: Making documentation - was RE: Docu updates question..

2002-11-09 Thread Vincent Béron
Le sam 09/11/2002 à 22:38, Dustin Navea a écrit : Sounds to me like we need a config check to see if db2html exists and if docbook2html exists, and if neither do, then it spits out a warning that you will not be able to build documentation until one is installed... Alexandre, you wanna take

Re: Making documentation - was RE: Docu updates question..

2002-11-09 Thread Vincent Béron
Le sam 09/11/2002 à 23:01, Vincent Béron a écrit : Le sam 09/11/2002 à 22:38, Dustin Navea a écrit : Sounds to me like we need a config check to see if db2html exists and if docbook2html exists, and if neither do, then it spits out a warning that you will not be able to build documentation

Re: Making documentation - was RE: Docu updates question..

2002-11-09 Thread Greg Turner
On Saturday 09 November 2002 09:09 pm, Tony Lambregts wrote: OK do you think you could provide an adequate description of what is required to build the documnetation on gentoo so we can inlude it in the documentation? Preaty Please? First, for your joe-blow end-user type, they did this for

Making documentation - was RE: Docu updates question..

2002-11-08 Thread Medland, Bill
-Original Message- From: [EMAIL PROTECTED] [mailto:wine-devel-admin;winehq.com]On Behalf Of Dustin Navea Sent: Thursday, November 07, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Re: Docu updates question.. snip 2) The wine guides as they are are so confusing to me on how to

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Tony Lambregts
Sylvain Petreolle wrote: Like Vincent said, the most convenient form of the doc (I think), fails when you do : 2b. make html See bug #688 http://bugs.winehq.com/show_bug.cgi?id=688 When I run ./make_winehq (with the docbook packages installed) it produces the html files in

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Dustin Navea
[-snip all of original message-] bah, I figured it out on at least one machine, i had to actually install all of the sgmltools required packages, mandrake doesnt come with them all so i will try getting them tonight and building it at home and see what happens... quick instructions: 1) go to

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Sylvain Petreolle
Like Vincent said, the most convenient form of the doc (I think), fails when you do : 2b. make html See bug #688 http://bugs.winehq.com/show_bug.cgi?id=688 ___ Do You Yahoo!? -- Une adresse yahoo.fr gratuite et en français ! Yahoo! Mail :

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Tony Lambregts
Medland, Bill wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:wine-devel-admin;winehq.com]On Behalf Of Dustin Navea Sent: Thursday, November 07, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Re: Docu updates question.. snip 2) The wine guides as they are are so

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Greg Turner
On Friday 08 November 2002 12:19 pm, Tony Lambregts wrote: Ok when I ran make everything I got the following db2html wine-doc.sgml make: db2html: Command not found make: *** [wine-doc/index.html] Error 127 So obviouly db2html was not installed on my system. I went to Ximian and installed

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Tony Lambregts
Dustin Navea wrote: [-snip all of original message-] bah, I figured it out on at least one machine, i had to actually install all of the sgmltools required packages, mandrake doesnt come with them all so i will try getting them tonight and building it at home and see what happens... quick

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Tony Lambregts
Greg Turner wrote: On Friday 08 November 2002 12:19 pm, Tony Lambregts wrote: Ok when I ran make everything I got the following db2html wine-doc.sgml make: db2html: Command not found make: *** [wine-doc/index.html] Error 127 So obviouly db2html was not installed on my system. I went to

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Dustin Navea
--- Tony Lambregts [EMAIL PROTECTED] wrote: Dustin Navea wrote: [-snip all of original message-] bah, I figured it out on at least one machine, i had to actually install all of the sgmltools required packages, mandrake doesnt come with them all so i will try getting them tonight and

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Vincent Béron
Le ven 08/11/2002 à 17:16, Dustin Navea a écrit : --- Tony Lambregts [EMAIL PROTECTED] wrote: 5) run ./configure (or make distclean ./configure) These should not be nessesary... alas, but it is, i tried make html on a fresh cvs of wine and it said it couldnt find a rule for that

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Dustin Navea
--- Vincent Béron [EMAIL PROTECTED] wrote: Le ven 08/11/2002 à 17:16, Dustin Navea a écrit : --- Tony Lambregts [EMAIL PROTECTED] wrote: 5) run ./configure (or make distclean ./configure) These should not be nessesary... alas, but it is, i tried make html on a fresh cvs of

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Tony Lambregts
Dustin Navea wrote: --- Tony Lambregts [EMAIL PROTECTED] wrote: Sylvain Petreolle wrote: Like Vincent said, the most convenient form of the doc (I think), fails when you do : 2b. make html See bug #688 http://bugs.winehq.com/show_bug.cgi?id=688 When I run

Re: Making documentation - was RE: Docu updates question..

2002-11-08 Thread Greg Turner
On Friday 08 November 2002 06:22 pm, Sylvain Petreolle wrote: Had the same problem... if you don't want to update to RH 8.0 (problem solved as they provide symlinks), then do do locate docbook2html (thanks to rpmfind.net) executables in RH 7.2 package named docbook-utils. I seem to have