The R Project SVN R

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

install: R.sh
    @echo creating front-end shell script
    @cat R.sh | (cd ../.. ; sed "s@RHOME=.*@RHOME=`pwd`@" > bin/R)
    @chmod +x ../../bin/R

realclean:
    @echo cleaning in front
    @rm -f R.sh