The R Project SVN R

Rev

Rev 42629 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42629 Rev 42631
Line 73... Line 73...
73
 
73
 
74
HTM = $(filter-out 00Index.html, $(wildcard *.html))
74
HTM = $(filter-out 00Index.html, $(wildcard *.html))
75
%.chm: $(HTM) Rchm.css logo.jpg
75
%.chm: $(HTM) Rchm.css logo.jpg
76
	@hhc $*.hhp || exit 0
76
	@hhc $*.hhp || exit 0
77
 
77
 
78
Rchm.css: ../../../src/gnuwin32/help/Rchm.css
78
Rchm.css: $(RHOME)/src/gnuwin32/help/Rchm.css
79
	@$(CP) $^ $@
79
	@$(CP) $^ $@
80
 
80
 
81
logo.jpg: ../../../doc/html/logo.jpg
81
logo.jpg: $(RHOME)/doc/html/logo.jpg
82
	@$(CP) $^ $@
82
	@$(CP) $^ $@
83
 
83
 
84
# following are designed to be run from the library/pkg directory:
84
# following are designed to be run from the library/pkg directory:
85
 
85
 
86
zipit: 
86
zipit: