Re: [PHPDOC] Re: [PHP4BETA] build phpdoc From: php_list <email protected>
Date: 05/26/00

Hello Hartmut,

Thursday, May 25, 2000, 12:50:58 AM, you wrote:

HH> php_list <email protected> wrote:
>>
>> Hello phpdoc,
>>
>> I download CVS phpdoc, I want build php manual, but I am newbie, would anyone
>> can help me to build it, please give me line by line shell command.
>>
>> Thanks !!
>>
>> sorry for my english so poor.
>>

HH> well, you need jade, docbook xml, and the modular docbook stylesheets
HH> in place for a paper manual you'll also need jadetex and a tex
HH> installation like TeTeX

HH> for example, on a SuSE 6.x system you'll need at least the following
HH> rpm packages (could be even more, installing all of tex and sgml/doc
HH> categories shouldn't harm)

HH> docbk30
HH> docbkdsl
HH> jade_dsl
HH> jadetex
HH> tetex
HH> te_latex

HH> ohter distributions should have similar packages

HH> (if you are on windows, i fear you are lost ...)

HH> if you have everything installed then command line is easy:

HH> initially and after each cvs update you should call
HH> "autoconf; ./configure --with-lang=[en|de|it|ja]"

HH> the html version of the manual is created by simply typing
HH> "make" or "make html"
HH> (this takes some time, ~5-10 minutes)

HH> a postscript version for printer output will be generated by
HH> "make ps"
HH> (this will take even longer and may produce a lot of warning
HH> messages like 'unknown reference' or 'over-/underfull somewhat"
HH> but should produce a nice manual.ps in the end)

HH> if you want to change manual content, using Emacs or XEmacs and
HH> psgml-mode for editing is strongly recommended

HH> --
HH> Hartmut Holzgraefe hartmut <email protected> http://www.six.de

    Thank you very much, I build HTML for myself.
    And when I typing:"make phpweb", It return message:

      jade:./html-common.dsl:236:6:E: reference to undefined variable "version-info"

   Please help to to fix it.

   Thanks again!!

-- 
Best regards,
 php                            mailto:php_list <email protected>