pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/contrib extract-gettext.sh,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/contrib extract-gettext.sh,1.2,1.3
Date: 2 Apr 2003 19:11:29 -0000

Update of /var/lib/cvs/Games/Pingus/contrib
In directory dark:/tmp/cvs-serv12510/contrib

Modified Files:
        extract-gettext.sh 
Log Message:
some gettext changes

Index: extract-gettext.sh
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/contrib/extract-gettext.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extract-gettext.sh  4 Mar 2003 19:59:19 -0000       1.2
+++ extract-gettext.sh  2 Apr 2003 19:11:27 -0000       1.3
@@ -10,7 +10,7 @@
     echo "### Levelnames and description, automatically  extracted from 
levelfiles" > $OUTPUTFILE
     echo "" >> $OUTPUTFILE
 
-    for filename in ../data/levels/playable/*.xml; do
+    for filename in ../data/levels/tutorial/*.xml; do
         echo "Extracting text from $filename"
         shortname=`basename $filename`
         xalan \
@@ -26,4 +26,4 @@
     echo "### EOF ###" >> $OUTPUTFILE
 fi
 
-# EOF #
\ No newline at end of file
+# EOF #





reply via email to

[Prev in Thread] Current Thread [Next in Thread]