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 472... Line 472...
472
 
472
 
473
# Similar for copying files.
473
# Similar for copying files.
Line 474... Line 474...
474
include Makefile.copy
474
include Makefile.copy
475
 
475
 
476
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
476
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
477
docpack: $(DOCDIR)SYSFUNCR.TXT $(wildcard $(DOCDIR)*)
477
docpack: $(DOCDIR)SYSFUNCR.TXT
Line 478... Line 478...
478
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
478
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
479
	cp $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT
479
	cp $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT