# HG changeset patch # User diego # Date 1216224896 0 # Node ID d79f8b282b3537de04a69597fecc8cfd90baab47 # Parent 62b8f385a0b93fd877c65a855a3c2df569f6ddab Add variables for all available man page and documentation languages. diff -r 62b8f385a0b9 -r d79f8b282b35 configure --- a/configure Wed Jul 16 16:06:14 2008 +0000 +++ b/configure Wed Jul 16 16:14:56 2008 +0000 @@ -192,6 +192,8 @@ esac msg_langs=`echo help/help_mp-??.h help/help_mp-??_??.h | sed -e "s:help/help_mp-\(..\).h:\1:g" -e "s:help/help_mp-\(.....\).h:\1:g"` +man_langs=`echo DOCS/man/??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g"` +doc_langs=`echo DOCS/xml/??/ DOCS/xml/??_??/ | sed -e "s:DOCS/xml/\(..\)/:\1:g" -e "s:DOCS/xml/\(.._..\)/:\1:g"` show_help(){ cat << EOF