mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 06:08:23 +00:00
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
This commit is contained in:
parent
3f35a38237
commit
fad0b588c2
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user