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 379... Line 379...
379
 
379
 
380
# Similar for copying files.
380
# Similar for copying files.
Line 381... Line 381...
381
include Makefile.copy
381
include Makefile.copy
382
 
382
 
383
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
383
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
384
docpack: $(DOCDIR)SYSFUNCS.TXT $(wildcard $(DOCDIR)*)
384
docpack: $(DOCDIR)SYSFUNCS.TXT
Line 385... Line 385...
385
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
385
$(DOCDIR)SYSFUNCS.TXT: $(KERNEL)/docs/sysfuncs.txt
386
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
386
	cp $(KERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT