summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-16 16:14:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-16 16:14:56 +0000
commitfad0b588c2824b84449f04b9b69acb50742d3519 (patch)
tree76a0a834c660083facc0a1e84ccb2e714d9f462d /configure
parent3f35a382375e2b0b10e3bb8757af8060da460278 (diff)
downloadmpv-fad0b588c2824b84449f04b9b69acb50742d3519.tar.bz2
mpv-fad0b588c2824b84449f04b9b69acb50742d3519.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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