Mercurial > mplayer.hg
changeset 27268:d79f8b282b35
Add variables for all available man page and documentation languages.
author | diego |
---|---|
date | Wed, 16 Jul 2008 16:14:56 +0000 |
parents | 62b8f385a0b9 |
children | 21e634c01f9f |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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