summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 23:40:26 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 23:40:26 +0000
commit4557c10cb023958b47f6c17b9d080f740eb7ec62 (patch)
treef77483442285fae66c8ec95640825dc4b9d976dc /configure
parent043159f3bbaf261971cd09fc52d8f675c5464bc9 (diff)
downloadmpv-4557c10cb023958b47f6c17b9d080f740eb7ec62.tar.bz2
mpv-4557c10cb023958b47f6c17b9d080f740eb7ec62.tar.xz
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
directory to reflect that. Also update configure to handle two-part lang codes for manpages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28446 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0cab35561f..b56575d7b7 100755
--- a/configure
+++ b/configure
@@ -197,7 +197,7 @@ case `echo -n` in
esac
msg_lang_all=`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_lang_all=`echo DOCS/man/??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g"`
+man_lang_all=`echo DOCS/man/??/mplayer.1 DOCS/man/??_??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g" -e "s:DOCS/man/\(.._..\)/mplayer.1:\1:g"`
doc_lang_all=`echo DOCS/xml/??/ DOCS/xml/??_??/ | sed -e "s:DOCS/xml/\(..\)/:\1:g" -e "s:DOCS/xml/\(.._..\)/:\1:g"`
show_help(){