Mercurial > mplayer.hg
changeset 31773:69eadc0c5372
Adding XML entities for the English XML files to main.xml is enough.
The English version is the master and will always be complete.
author | diego |
---|---|
date | Wed, 28 Jul 2010 06:47:50 +0000 |
parents | ca68c0b0f4c4 |
children | ba2ae47a445f |
files | DOCS/xml/configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/configure Wed Jul 28 06:08:55 2010 +0000 +++ b/DOCS/xml/configure Wed Jul 28 06:47:50 2010 +0000 @@ -158,7 +158,7 @@ [ 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