Subversion Repositories Kolibri OS

Rev

Rev 3528 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3528 Rev 3540
Line 510... Line 510...
510
include Makefile.copy
510
include Makefile.copy
Line 511... Line 511...
511
 
511
 
512
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
512
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
513
docpack: $(DOCDIR)SYSFUNCR.TXT
513
docpack: $(DOCDIR)SYSFUNCR.TXT
514
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
514
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
Line 515... Line 515...
515
	cp $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT
515
	iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT
516
 
516
 
Line 517... Line 517...
517
# Similar for C--.
517
# Similar for C--.