Subversion Repositories Kolibri OS

Rev

Rev 4466 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4466 Rev 4479
Line 509... Line 509...
509
include Makefile.nasm
509
include Makefile.nasm
Line 510... Line 510...
510
 
510
 
511
# Similar for copying files.
511
# Similar for copying files.
Line 512... Line 512...
512
include Makefile.copy
512
include Makefile.copy
513
 
513
 
514
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
514
# Special rules for copying sysfuncs.txt and fasm.txt - they aren't directly included in the image.
515
docpack: $(DOCDIR)SYSFUNCS.TXT
515
docpack: $(DOCDIR)SYSFUNCS.TXT $(DOCDIR)FASM.TXT
-
 
516
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
-
 
517
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
Line 516... Line 518...
516
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
518
$(DOCDIR)FASM.TXT: $(PROGS)/develop/fasm/trunk/fasm.txt
517
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
519
	cp $(PROGS)/develop/fasm/trunk/fasm.txt $(DOCDIR)FASM.TXT
Line 518... Line 520...
518
 
520