1
0
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:
Gabor Hojtsy
2005-04-06 14:51:12 +00:00
parent 685c9fcd52
commit e5ccef68e3
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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