[Po4a-commits] r2240 - /web/html-build-upload.sh

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Wed Aug 25 22:30:14 UTC 2010


Author: barbier-guest
Date: Wed Aug 25 22:30:14 2010
New Revision: 2240

URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2240
Log:
Fix generation of translation statistics

It has been broken since the migration to SVN.

Modified:
    web/html-build-upload.sh

Modified: web/html-build-upload.sh
URL: http://svn.debian.org/wsvn/po4a/web/html-build-upload.sh?rev=2240&op=diff
==============================================================================
--- web/html-build-upload.sh (original)
+++ web/html-build-upload.sh Wed Aug 25 22:30:14 2010
@@ -183,9 +183,9 @@
 }
 
 echo Generate the translation statistics for po/bin
-gen_translations po/bin > html.gen/table_translations_bin.php
+gen_translations $srcdir/po/bin > html.gen/table_translations_bin.php
 echo Generate the translation statistics for po/pod
-gen_translations po/pod > html.gen/table_translations_pod.php
+gen_translations $srcdir/po/pod > html.gen/table_translations_pod.php
 echo Generate the translation statistics for po/www
 gen_translations po/www > html.gen/table_translations_www.php
 




More information about the Po4a-commits mailing list