The R Project SVN R

Rev

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

include ../Makeconf

# Everything except CVS and Makefile
INSTALLFILES = A* B* Cour* H* [N-Z]*

install:
    $(INSTALL_DIR) $(rhome)/afm
    for f in $(INSTALLFILES); \
        do $(INSTALL_DATA) $$f $(rhome)/afm; \
    done