svn: /web/doc/trunk/scripts/ gen_translation_info.sh
[email protected] (Hannes Magnusson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
bjori Mon, 09 Nov 2009 19:53:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290443
Log:
Fixed paths and removed error repotring supression and lets use php.ini..
Changed paths:
U web/doc/trunk/scripts/gen_translation_info.sh
Modified: web/doc/trunk/scripts/gen_translation_info.sh
===================================================================
--- web/doc/trunk/scripts/gen_translation_info.sh 2009-11-09 19:40:47 UTC (rev 290442)
+++ web/doc/trunk/scripts/gen_translation_info.sh 2009-11-09 19:53:14 UTC (rev 290443)
@@ -9,11 +9,11 @@
cd phpdoc-all
for LANG in $LANGS; do
+ $PHP doc-base/scripts/check-trans.php ${LANG} > $TRANSPATH/transcheck_${LANG}.html
+ $PHP -derror_reporting=0 doc-base/scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html
+ $PHP doc-base/scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html
+ $PHP -derror_reporting=0 doc-base/scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html
+ $PHP doc-base/scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html
- $PHP -n -d error_reporting=0 scripts/check-trans.php ${LANG} > $TRANSPATH/transcheck_${LANG}.html
- $PHP -n -d error_reporting=0 scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html
- $PHP -n -d error_reporting=0 scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html
- $PHP -n -d error_reporting=0 scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html
- $PHP -n -d error_reporting=0 scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html
+done
-done
\ No newline at end of file