mirror of
https://github.com/php/systems.git
synced 2026-03-23 23:32:12 +01:00
disable revcheck generation and howto copy actions.
no, I was unable to find, where the howto is generated (nor among the scripts here, nor among the phpdoc mirror target build commands)
This commit is contained in:
@@ -23,10 +23,10 @@ cd $DIR || exit 1
|
||||
echo ">>> running ./configure --with-lang=$LANG ... "
|
||||
$PHPDOC/configure --with-lang=$LANG --with-zendapi=/local/mirrors/ZendAPI || exit 1
|
||||
|
||||
if [ "$LANG" != "en" ]; then
|
||||
echo ">>> running make revcheck.html and copying to revcheck.html.gz ... "
|
||||
make revcheck.html && gzip -c -9 revcheck.html > $DEST/revcheck.html.gz
|
||||
fi
|
||||
#if [ "$LANG" != "en" ]; then
|
||||
# echo ">>> running make revcheck.html and copying to revcheck.html.gz ... "
|
||||
# make revcheck.html && gzip -c -9 revcheck.html > $DEST/revcheck.html.gz
|
||||
#fi
|
||||
|
||||
echo ">>> running make test_man_gen ... "
|
||||
make test_man_gen || exit 1
|
||||
|
||||
@@ -37,8 +37,8 @@ echo "<?php \$LAST_UPDATED=$DATE; ?>" \
|
||||
|
||||
rm -rf /local/mirrors/phpweb/manual/howto
|
||||
|
||||
cp -a /local/tmp/dochowto \
|
||||
/local/mirrors/phpweb/manual/howto
|
||||
#cp -a /local/tmp/dochowto \
|
||||
# /local/mirrors/phpweb/manual/howto
|
||||
|
||||
#cp /local/tmp/GeoIP.dat \
|
||||
# /local/mirrors/phpweb/backend
|
||||
|
||||
Reference in New Issue
Block a user