The multiple inclusion guard in help_mp.h has to cover the whole file,

including the non-translated parts.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26835 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-19 00:05:18 +00:00
parent 7016801bae
commit ab36efa0d7
1 changed files with 1 additions and 1 deletions

View File

@ -770,9 +770,9 @@ ifeq ($(CHARSET),UTF-8)
else
iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> $@
endif
@echo '#endif /* MPLAYER_HELP_MP_H */' >> $@
@echo '// untranslated messages from the English master file:' >> $@
help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> $@
@echo '#endif /* MPLAYER_HELP_MP_H */' >> $@