[MPlayer-cvslog] r26835 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon May 19 02:05:18 CEST 2008
Author: diego
Date: Mon May 19 02:05:18 2008
New Revision: 26835
Log:
The multiple inclusion guard in help_mp.h has to cover the whole file,
including the non-translated parts.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon May 19 02:05:18 2008
@@ -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 */' >> $@
More information about the MPlayer-cvslog
mailing list