From fad0b588c2824b84449f04b9b69acb50742d3519 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 16 Jul 2008 16:14:56 +0000 Subject: Add variables for all available man page and documentation languages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27300 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index b017d1ff80..723da82009 100755 --- a/configure +++ b/configure @@ -192,6 +192,8 @@ case `echo -n` in 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 -- cgit v1.2.3