Subversion Repositories Kolibri OS

Rev

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

Rev 4466 Rev 4479
Line 569... Line 569...
569
include Makefile.nasm
569
include Makefile.nasm
Line 570... Line 570...
570
 
570
 
571
# Similar for copying files.
571
# Similar for copying files.
Line 572... Line 572...
572
include Makefile.copy
572
include Makefile.copy
573
 
573
 
574
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
574
# Special rules for copying sysfuncr.txt and fasm.txt - they aren't directly included in the image.
575
docpack: $(DOCDIR)SYSFUNCR.TXT
575
docpack: $(DOCDIR)SYSFUNCR.TXT $(DOCDIR)FASM.TXT
-
 
576
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
-
 
577
	iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt > $(DOCDIR)SYSFUNCR.TXT
Line 576... Line 578...
576
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
578
$(DOCDIR)FASM.TXT: $(PROGS)/develop/fasm/trunk/fasm.txt
577
	iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt > $(DOCDIR)SYSFUNCR.TXT
579
	cp $(PROGS)/develop/fasm/trunk/fasm.txt $(DOCDIR)FASM.TXT
Line 578... Line 580...
578
 
580