[MPlayer-cvslog] r28446 - in trunk: DOCS/man/zh DOCS/man/zh_CN configure

rathann subversion at mplayerhq.hu
Mon Feb 2 00:40:26 CET 2009


Author: rathann
Date: Mon Feb  2 00:40:26 2009
New Revision: 28446

Log:
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.

Modified:
   trunk/configure

Changes in other areas also in this revision:
Added:
   trunk/DOCS/man/zh_CN/
      - copied from r28445, trunk/DOCS/man/zh/
Deleted:
   trunk/DOCS/man/zh/

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Feb  1 17:02:19 2009	(r28445)
+++ trunk/configure	Mon Feb  2 00:40:26 2009	(r28446)
@@ -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(){



More information about the MPlayer-cvslog mailing list