output cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20680 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-05 00:10:10 +00:00
parent 71eb96f6ba
commit ab1f876349
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2590,7 +2590,7 @@ _mp_help="help/help_mp-${_language}.h"
test -f $_mp_help || die "$_mp_help not found"
for lang in $LANGUAGES ; do
if test -f "DOCS/man/$lang/mplayer.1" ; then
MAN_LANG="$MAN_LANG $lang"
MAN_LANG="$lang $MAN_LANG"
fi
done
_doc_lang=$_language