forked from KolibriOS/kolibrios
fix iconv call
git-svn-id: svn://kolibrios.org@3541 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b1b43099ea
commit
02233b4a46
@ -512,7 +512,7 @@ include Makefile.copy
|
||||
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
|
||||
docpack: $(DOCDIR)SYSFUNCR.TXT
|
||||
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
|
||||
iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT
|
||||
iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt > $(DOCDIR)SYSFUNCR.TXT
|
||||
|
||||
# Similar for C--.
|
||||
include Makefile.cmm
|
||||
|
Loading…
Reference in New Issue
Block a user