[MPlayer-DOCS] r31839 - trunk/DOCS/xml/configure
diego
subversion at mplayerhq.hu
Wed Jul 28 08:47:50 CEST 2010
Author: diego
Date: Wed Jul 28 08:47:50 2010
New Revision: 31839
Log:
Adding XML entities for the English XML files to main.xml is enough.
The English version is the master and will always be complete.
Modified:
trunk/DOCS/xml/configure
Modified: trunk/DOCS/xml/configure
==============================================================================
--- trunk/DOCS/xml/configure Wed Jul 28 08:08:55 2010 (r31838)
+++ trunk/DOCS/xml/configure Wed Jul 28 08:47:50 2010 (r31839)
@@ -158,7 +158,7 @@ for lang in `grep 'DOC_LANGS =' ../../co
[
EOF
- for file in `find $lang en -name \*.xml -exec basename \{\} \; | sort -u`; do
+ for file in $(find en -name \*.xml -exec basename \{\} \;); do
echo '<!ENTITY '$file' SYSTEM "'$file'">' >> $lang/main.xml
done
More information about the MPlayer-DOCS
mailing list