Hi!

Somebody please read this, and correct the errors.
Maybe Hatmut or any other script wizard people can help us :)

> In http://www.php.net/manual/ja/build-ja.log, there is a error message,
>
> creating manual.xml
> SP_ENCODING=XML SP_CHARSET_FIXED=YES SGMLSCMD -i lang-ja -s
/local/mirror/phpdoc/phpdocxml.dcl manual.xml
> /bin/sh: SGMLSCMD: command not found
> make: *** [test] Error 127
>
> I found all html manual making process for any other encoding except for
> ISO-8859-1 was failed for the same error.
>
> This script works fine in my cygwin environment.
>
> In configure.in ,
>
>
>   UTF-8)
>     JADE="SP_ENCODING=XML SP_CHARSET_FIXED=YES $JADEPATH"
>     NSGMLS="SP_ENCODING=XML SP_CHARSET_FIXED=YES $NSGMLSCMD"
>     ;;
>   big5)
>     JADE="SP_ENCODING=big5 SP_CHARSET_FIXED=YES $JADEPATH"
>     NSGMLS="SP_ENCODING=big5 SP_CHARSET_FIXED=YES $NSGMLSCMD"
>     ;;
>   ISO-8859-2)
>     JADE="SP_ENCODING=ISO-8859-2 $JADEPATH"
>     NSGMLS="SP_ENCODING=ISO-8859-2 $NSGMLSCMD"
>     HTMLHELP_ENCODING="windows-1250"
>
> I beleave there is a problem in the shell script code,
> but I don't know how to fix it.
>
>
> On Fri, 29 Jun 2001 18:32:40 +0200
> "Hojtsy Gabor" <[EMAIL PROTECTED]> wrote:
>
> Hojtsy> > I updated the japanese version of php manual, but php manual on
> Hojtsy> > http://www.php.net/manual/ja is not updated since Sun,17,July.
> Hojtsy> > Is there any problem to make  html manual?
> Hojtsy> >
> Hojtsy> > And currently, default_charset is set to iso-8859-1 on simply
formatted
> Hojtsy> > versions of php manual, http://www.php.net:8000/manual/ja/html/
.
> Hojtsy> >
> Hojtsy> > Because japanese manual is encoded in utf-8, browser should be
confused.
> Hojtsy>
> Hojtsy> You can see the update log here:
> Hojtsy> http://www.php.net/manual/ja/build-ja.log
> Hojtsy> Check if you see any errors there.
> Hojtsy>
> Hojtsy> Goba
>
> --
> Rui Hirokawa <[EMAIL PROTECTED]>
>                   <[EMAIL PROTECTED]>
>
>
>

Reply via email to