git-svn-id: http://emdebian.org/svn/current@6618 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2009-09-07 21:22:12 +00:00
parent 7f2415bed3
commit 9d49be99c5

View file

@ -94,7 +94,7 @@ for file in `ls doc/xml/*.xml`; do
LOCAL=`basename $file`
wrap_langs "[type:docbook]" "$file" "\$lang:doc/xml/\$lang/$LOCAL"
done
for file in em_multistrap; do
for file in "$PODFILE"; do
wrap_langs "[type: pod]" "$file" "\$lang:doc/pod/\$lang/$file"
done