comparison Makefile @ 20634:32b693286d0b

remove charset files (all of them are in UTF-8 now anyway) change build system accordingly
author kraymer
date Fri, 03 Nov 2006 21:52:35 +0000
parents 1a4fcea7ab53
children 9ed557ae1383
comparison
equal deleted inserted replaced
20633:44ea011155d1 20634:32b693286d0b
441 @echo '// WARNING! This is a generated file. Do NOT edit.' > help_mp.h 441 @echo '// WARNING! This is a generated file. Do NOT edit.' > help_mp.h
442 @echo '// See the help/ subdir for the editable files.' >> help_mp.h 442 @echo '// See the help/ subdir for the editable files.' >> help_mp.h
443 ifeq ($(CHARSET),) 443 ifeq ($(CHARSET),)
444 @echo '#include "$(HELP_FILE)"' >> help_mp.h 444 @echo '#include "$(HELP_FILE)"' >> help_mp.h
445 else 445 else
446 iconv -f `cat $(HELP_FILE).charset` -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h 446 iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h
447 endif 447 endif
448 448
449 ifneq ($(HELP_FILE),help/help_mp-en.h) 449 ifneq ($(HELP_FILE),help/help_mp-en.h)
450 @echo "Adding untranslated messages to help_mp.h" 450 @echo "Adding untranslated messages to help_mp.h"
451 @echo '// untranslated messages from the English master file:' >> help_mp.h 451 @echo '// untranslated messages from the English master file:' >> help_mp.h