summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 23:33:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 23:33:46 +0000
commit5f7c758c800bb8e0003f5f4a4c9fa2d79b31547c (patch)
treec2c5cd6bce4ff43bd389c2353875ffe02f13218a /Makefile
parent955495414e51fe1aff47e76d9fd18edcabd4e4d3 (diff)
downloadmpv-5f7c758c800bb8e0003f5f4a4c9fa2d79b31547c.tar.bz2
mpv-5f7c758c800bb8e0003f5f4a4c9fa2d79b31547c.tar.xz
Move the logic that decides if untranslated messages need to be added to
help_mp.h into the helper script that generates those messages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26832 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 46d59343f1..aa61f75912 100644
--- a/Makefile
+++ b/Makefile
@@ -771,11 +771,8 @@ else
iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h
endif
@echo '#endif /* MPLAYER_HELP_MP_H */' >> help_mp.h
-
-ifneq ($(HELP_FILE),help/help_mp-en.h)
@echo '// untranslated messages from the English master file:' >> help_mp.h
@help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> help_mp.h
-endif