[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[CVS] scripts/di-docs xml2po.sh,1.1,1.2



Update of /cvsroot/l10n-russian/scripts/di-docs
In directory quantz:/tmp/cvs-serv20083

Modified Files:
	xml2po.sh 
Log Message:
xml2po-perl :). v0.1

Index: xml2po.sh
===================================================================
RCS file: /cvsroot/l10n-russian/scripts/di-docs/xml2po.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xml2po.sh	30 Jan 2004 07:31:22 -0000	1.1
+++ xml2po.sh	30 Jan 2004 14:44:38 -0000	1.2
@@ -14,13 +14,13 @@
 	XMLDIR=`dirname $XML`
 	DIR=`echo $XMLDIR | sed 's/en//'`
 	NAME=`echo $XMLNAME | sed 's/\.xml//'`
-	POTDIR="templates/$DIR"
+	POTDIR="templates1/$DIR"
 	PODIR="po/$DIR"
 	LANGDIR="$L/$DIR"
 	POTNAME="$NAME.pot"
 	PONAME="$NAME.po"
 	mkdir -p $POTDIR $PODIR $LANGDIR
-	xml2pot $XML > $POTDIR/$POTNAME
+	./xml2pot.pl $XML > $POTDIR/$POTNAME
 	if [ -e $PODIR/$PONAME ]; then
 		msgmerge --update $PODIR/$PONAME $POTDIR/$POTNAME
 	else



Reply to: