The R Project SVN R

Rev

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

Rev 75743 Rev 77228
Line 7... Line 7...
7
SVNREVISION=`sed -e 1s/Revision:.// -e q < $(R_HOME)/SVN-REVISION`
7
SVNREVISION=`sed -e 1s/Revision:.// -e q < $(R_HOME)/SVN-REVISION`
8
RVER = $(shell cut -d' ' -f1 ../../../VERSION | sed -n 1p)
8
RVER = $(shell cut -d' ' -f1 ../../../VERSION | sed -n 1p)
9
DATE = $(shell date +%F)
9
DATE = $(shell date +%F)
10
SIZEMB = $(shell du -m ../installer/$(RPREFIX)-win.exe | cut -f1)
10
SIZEMB = $(shell du -m ../installer/$(RPREFIX)-win.exe | cut -f1)
11
 
11
 
12
R_EXE = $(R_HOME)/$(BINDIR)/rterm.exe --vanilla --slave
12
R_EXE = $(R_HOME)/$(BINDIR)/rterm.exe --vanilla --no-echo
13
 
13
 
14
all:
14
all:
15
	$(CP) ../../../doc/html/CHANGES.html CHANGES.$(RPREFIX).html
15
	$(CP) ../../../doc/html/CHANGES.html CHANGES.$(RPREFIX).html
16
	$(CP) ../../../doc/html/NEWS.html NEWS.$(RPREFIX).html
16
	$(CP) ../../../doc/html/NEWS.html NEWS.$(RPREFIX).html
17
	$(CP) ../installer/$(RPREFIX)-win*.exe .
17
	$(CP) ../installer/$(RPREFIX)-win*.exe .