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 297... Line 297...
297
 
297
 
298
# Similar for copying files.
298
# Similar for copying files.
Line 299... Line 299...
299
include Makefile.copy
299
include Makefile.copy
300
 
300
 
301
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
301
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
302
docpack: $(DOCDIR)SYSFUNCS.TXT $(wildcard $(DOCDIR)*)
302
docpack: $(DOCDIR)SYSFUNCS.TXT
Line 303... Line 303...
303
$(DOCDIR)SYSFUNCS.TXT: $(TRUNKKERNEL)/docs/sysfuncs.txt
303
$(DOCDIR)SYSFUNCS.TXT: $(TRUNKKERNEL)/docs/sysfuncs.txt
304
	cp $(TRUNKKERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
304
	cp $(TRUNKKERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT