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