mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00

Also, the function documentation_exists could not be found by php or grep I've made a dirty fix for that, could it be that this function is still at keliglia?
57 lines
1.6 KiB
Bash
57 lines
1.6 KiB
Bash
#!/bin/sh
|
|
|
|
#cvs up -Pd de phpdoc-all
|
|
cd ../cvs/phpdoc-all
|
|
echo "Update cvs..."
|
|
cvs up -Pd
|
|
echo "...terminé."
|
|
echo "Génération des bases Sql"
|
|
|
|
# cd back again
|
|
cd ../scripts
|
|
|
|
# On commence par Php
|
|
echo "Génération du revcheck PHP"
|
|
/usr/bin/php4 -q ./rev.php php pt_BR zh hk tw cs nl fi fr de el he hu it kr pl ro ru sk sl es sv tr ja
|
|
echo "...terminé."
|
|
|
|
# Puis Pear
|
|
echo "Génération du revcheck Pear"
|
|
/usr/bin/php4 -q ./rev.php pear nl fr hu ru ja
|
|
echo "...terminé."
|
|
|
|
# Puis smarty
|
|
echo "Génération du revcheck smarty"
|
|
/usr/bin/php4 -q ./rev.php smarty pt_BR fr de ru
|
|
echo "...terminé."
|
|
|
|
# Puis Gtk
|
|
echo "Génération du revcheck gtk"
|
|
/usr/bin/php4 -q ./rev.php gtk pt_BR cs fr de it es ja
|
|
echo "...terminé."
|
|
|
|
############
|
|
# Génération des images info_revcheck
|
|
############
|
|
echo "Génération des images info_revcheck Php"
|
|
/usr/bin/php4 -q ./gen_picture_info.php php pt_BR zh hk tw cs nl fi fr de el he hu it kr pl ro ru sk sl es sv tr ja
|
|
echo "... terminé"
|
|
|
|
echo "Génération des images info_revcheck Smarty"
|
|
/usr/bin/php4 -q ./gen_picture_info.php smarty pt_BR zh hk tw cs nl fi fr de el he hu it kr pl ro ru sk sl es sv tr ja
|
|
echo "... terminé"
|
|
|
|
echo "Génération des images info_revcheck Pear"
|
|
/usr/bin/php4 -q ./gen_picture_info.php pear pt_BR zh hk tw cs nl fi fr de el he hu it kr pl ro ru sk sl es sv tr ja
|
|
echo "... terminé"
|
|
|
|
|
|
echo "Génération des images info_revcheck Gtk"
|
|
/usr/bin/php4 -q ./gen_picture_info.php gtk pt_BR zh hk tw cs nl fi fr de el he hu it kr pl ro ru sk sl es sv tr ja
|
|
echo "... terminé"
|
|
|
|
|
|
echo "Génération des images info_revcheckDOC_all_lang.png pour chaqu'une des documentations"
|
|
/usr/bin/php4 -q ./gen_picture_info_all_lang.php
|
|
echo "... terminé"
|