[gnome3-web] [i18n] write translated html files to correct directory
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome3-web] [i18n] write translated html files to correct directory
- Date: Wed, 9 Feb 2011 14:22:29 +0000 (UTC)
commit c2ea6c1d8116853b21bd2c59916fbeaa0ed0d00b
Author: Frédéric Péters <fpeters 0d be>
Date: Wed Feb 9 15:21:53 2011 +0100
[i18n] write translated html files to correct directory
po/build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/build.sh b/po/build.sh
index 6e4f039..9c2f085 100755
--- a/po/build.sh
+++ b/po/build.sh
@@ -7,7 +7,7 @@ do
for HTMLFILE in ../*.html
do
echo "Writing $HTMLFILE.$LANG"
- xml2po -p $POFILE -m xhtml -o ../$HTMLFILE.$LANG $HTMLFILE
+ xml2po -p $POFILE -m xhtml -o $HTMLFILE.$LANG $HTMLFILE
done
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]