Files
archived-doc-base/htmlhelp/make-xchm
2007-07-26 13:13:54 +00:00

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 *