mirror of
https://github.com/php/doc-base.git
synced 2026-03-24 07:12:14 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@240353 c90b9560-bf6c-de11-be94-00142212c4b1
21 lines
312 B
Bash
Executable File
21 lines
312 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ..
|
|
cvs -q up
|
|
autoconf
|
|
./configure --with-chm=yes --without-internals
|
|
make test
|
|
make test_xml
|
|
make chm_xsl
|
|
|
|
cd htmlhelp
|
|
rm -f mirrors.inc all
|
|
|
|
wget http://php.net/include/mirrors.inc
|
|
wget http://php.net/backend/notes/all.bz2
|
|
|
|
bunzip2 all.bz2
|
|
./make_chm.bat
|
|
cd release
|
|
zip -9 -r php_manual_chm.zip *
|