Mercurial > mplayer.hg
comparison Makefile @ 26801:4b76560a933f
Do not hide that we are running a helper script.
author | diego |
---|---|
date | Sun, 18 May 2008 23:55:01 +0000 |
parents | 3ff3bd9bf0f9 |
children | efc87dbf2f03 |
comparison
equal
deleted
inserted
replaced
26800:3ff3bd9bf0f9 | 26801:4b76560a933f |
---|---|
770 else | 770 else |
771 iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h | 771 iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h |
772 endif | 772 endif |
773 @echo '#endif /* MPLAYER_HELP_MP_H */' >> help_mp.h | 773 @echo '#endif /* MPLAYER_HELP_MP_H */' >> help_mp.h |
774 @echo '// untranslated messages from the English master file:' >> help_mp.h | 774 @echo '// untranslated messages from the English master file:' >> help_mp.h |
775 @help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> help_mp.h | 775 help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> help_mp.h |
776 | 776 |
777 | 777 |
778 | 778 |
779 ###### dependency declarations / specific CFLAGS ###### | 779 ###### dependency declarations / specific CFLAGS ###### |
780 | 780 |