Subversion Repositories Kolibri OS

Rev

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

Rev 2812 Rev 2816
Line 453... Line 453...
453
 
453
 
454
# Similar for copying files.
454
# Similar for copying files.
Line 455... Line 455...
455
include Makefile.copy
455
include Makefile.copy
456
 
456
 
457
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
457
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
458
docpack: $(DOCDIR)SYSFUNCS.TXT $(wildcard $(DOCDIR)*)
458
docpack: $(DOCDIR)SYSFUNCS.TXT
Line 459... Line 459...
459
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
459
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
460
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
460
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT