The R Project SVN R

Rev

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

Rev 23762 Rev 23790
Line 30... Line 30...
30
	  mv $(PKG)-Ex.Rout.fail $(PKG)-Ex.Rout; \
30
	  mv $(PKG)-Ex.Rout.fail $(PKG)-Ex.Rout; \
31
	  echo "OK"; \
31
	  echo "OK"; \
32
	fi
32
	fi
33
 
33
 
34
 
34
 
35
$(PKG)-Ex.R: $(RLIB)/$(PKG)/R-ex/*
35
$(PKG)-Ex.R: $(RLIB)/$(PKG)/R-ex/* $(RHOME)/bin/massage-Examples
36
	@$(ECHO) "Massaging examples into '$(PKG)-Ex.R' ..."
36
	@$(ECHO) "Massaging examples into '$(PKG)-Ex.R' ..."
37
	@if test -f $(RLIB)/$(PKG)/R-ex/Rex.zip; then \
37
	@if test -f $(RLIB)/$(PKG)/R-ex/Rex.zip; then \
38
	  (cd $(RLIB)/$(PKG)/R-ex; unzip -oq Rex); \
38
	  (cd $(RLIB)/$(PKG)/R-ex; unzip -oq Rex); \
39
	  perl $(RHOME)/bin/massage-Examples $(PKG) $(RLIB)/$(PKG)/R-ex/*.R > $@; \
39
	  perl $(RHOME)/bin/massage-Examples $(PKG) $(RLIB)/$(PKG)/R-ex/*.R > $@; \
40
	  (cd $(RLIB)/$(PKG)/R-ex; $(RM) -f *.R); \
40
	  (cd $(RLIB)/$(PKG)/R-ex; $(RM) -f *.R); \