svn: /web/doc/trunk/scripts/ gen_translation_info.sh
[email protected] (Shein Alexey)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
shein Thu, 24 Feb 2011 10:21:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308622
Log:
Added generation of extended version of revcheck script (with uptodate files).
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 2011-02-24 06:07:57 UTC (rev 308621)
+++ web/doc/trunk/scripts/gen_translation_info.sh 2011-02-24 10:21:29 UTC (rev 308622)
@@ -11,6 +11,7 @@
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 -derror_reporting=0 doc-base/scripts/revcheck.php ${LANG} --show-uptodate > $TRANSPATH/revcheck_extended_${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