Date: 01/23/02
- Next message: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Previous message: derick <email protected>: "[PHP-DOC] Bug #15183 Updated: There is not any 'php_sablot.dll' in distributive pack."
- Next in thread: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Maybe reply: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Maybe reply: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I found the japanese PHP manual is not updated because of
build error in php.net.
I successfully compiled japanese php manual in my linux box.
I checked some scripts to build. But I couldn't found the solution.
In http://www.php.net/manual/ja/build.log,
>>> running make test_man_gen ...
touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
config.status: creating manual.xml
if test ! -e funcindex.xml; then touch funcindex.xml; fi
SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/nsgmls -wno-idref -i lang-ja -D . -s /local/mirror/phpdoc/dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml
>>> running make mirror-files ...
if test ! -e funcindex.xml; then touch funcindex.xml; fi
SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/jade -D . -wno-idref -d dsssl/quickref.dsl -V nochunks -t sgml /local/mirror/phpdoc/dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml | sed -e 's/ */ /g' | sort -f > quickref.txt
/usr/local/bin/php -q -d short_tags=off /local/mirror/phpdoc/scripts/genfuncindex.php ../quickref.txt UTF-8 > funcindex.xml
SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/jade -D . -wno-idref -d dsssl/phpweb.dsl -V use-output-dir -t sgml /local/mirror/phpdoc/dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml
SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/jade -D . -wno-idref -d dsssl/html.dsl -V use-output-dir -t sgml /local/mirror/phpdoc/dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml
rm -f php_manual_ja.zip && (cd html; zip -9 -q ../php_manual_ja.zip *.html)
rm -f php_manual_ja.tar.gz && (cd html; tar -cf - *.html) | gzip -9 > php_manual_ja.tar.gz
rm -f php_manual_ja.tar.bz2 && (cd html; tar -cf - *.html) | bzip2 -9 > php_manual_ja.tar.bz2
make: *** No rule to make target `php_manual_ja.xml', needed by `php_manual_ja.html'. Stop.
-- ----------------------------------------------------- Rui Hirokawa <rui_hirokawa <email protected>> <hirokawa <email protected>>
- Next message: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Previous message: derick <email protected>: "[PHP-DOC] Bug #15183 Updated: There is not any 'php_sablot.dll' in distributive pack."
- Next in thread: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Maybe reply: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Maybe reply: Rui Hirokawa: "[PHP-DOC] build error of japanese PHP manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

