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 550... Line 550...
550
include Makefile.nasm
550
include Makefile.nasm
Line 551... Line 551...
551
 
551
 
552
# Similar for copying files.
552
# Similar for copying files.
Line 553... Line 553...
553
include Makefile.copy
553
include Makefile.copy
554
 
554
 
555
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
555
# Special rules for copying sysfuncs.txt and fasm.txt - they aren't directly included in the image.
556
docpack: $(DOCDIR)SYSFUNCS.TXT
556
docpack: $(DOCDIR)SYSFUNCS.TXT $(DOCDIR)FASM.TXT
-
 
557
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
-
 
558
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
Line 557... Line 559...
557
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
559
$(DOCDIR)FASM.TXT: $(PROGS)/develop/fasm/trunk/fasm.txt
558
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
560
	cp $(PROGS)/develop/fasm/trunk/fasm.txt $(DOCDIR)FASM.TXT
Line 559... Line 561...
559
 
561