collate POT strings to make it easier for translation.

git-svn-id: http://emdebian.org/svn/current@6599 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2009-08-19 09:31:56 +00:00
parent c535e47c56
commit d5ea42cec1

View file

@ -67,7 +67,7 @@ echo "Processing Docbook XML . . . "
for file in `ls doc/xml/*.xml`; do
xmllint --format "$file" --output "$file"
LOCAL=`basename $file`
wrap_langs "[type:xml]" "$file" "\$lang:doc/xml/\$lang/$LOCAL"
wrap_langs "[type:docbook]" "$file" "\$lang:doc/xml/\$lang/$LOCAL"
done
echo "Processing POD . . ."