mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 11:47:45 +00:00
don't run help_diff on english help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
237b5a606f
commit
a90a0bc8b4
6
configure
vendored
6
configure
vendored
@ -4340,8 +4340,10 @@ cat > help_mp.h << EOF
|
||||
#include "$_mp_help"
|
||||
EOF
|
||||
|
||||
echo "Adding untranslated messages to help_mp.h"
|
||||
./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
|
||||
if test $_mp_help != "help_mp-en.h"; then
|
||||
echo "Adding untranslated messages to help_mp.h"
|
||||
./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
|
||||
fi
|
||||
|
||||
#############################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user