The R Project SVN R

Rev

Rev 55449 | Rev 63754 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 55449 Rev 55465
Line 41... Line 41...
41
	@$(HELP2MAN) --include=$(srcdir)/R.aux --no-info --output=R.1 \
41
	@$(HELP2MAN) --include=$(srcdir)/R.aux --no-info --output=R.1 \
42
	  --name="a language for data analysis and graphics" \
42
	  --name="a language for data analysis and graphics" \
43
	  $(top_builddir)/bin/R
43
	  $(top_builddir)/bin/R
44
 
44
 
45
NEWS.rds: $(srcdir)/NEWS.Rd
45
NEWS.rds: $(srcdir)/NEWS.Rd
46
	@$(ECHO) "options(warn=1);.saveRDS(tools:::prepare_Rd(tools::parse_Rd(\"$(srcdir)/NEWS.Rd\"), stages = 'install'), 'NEWS.rds')" | $(R_EXE)
46
	@$(ECHO) "options(warn=1);saveRDS(tools:::prepare_Rd(tools::parse_Rd(\"$(srcdir)/NEWS.Rd\"), stages = 'install'), 'NEWS.rds')" | $(R_EXE)
47
 
47
 
48
../NEWS: NEWS.rds
48
../NEWS: NEWS.rds
49
	@$(ECHO) "creating NEWS"
49
	@$(ECHO) "creating NEWS"
50
	@$(ECHO) 'options(warn=1);tools:::Rd2txt_NEWS_in_Rd("NEWS.rds", "../NEWS")' |  $(R_EXE)
50
	@$(ECHO) 'options(warn=1);tools:::Rd2txt_NEWS_in_Rd("NEWS.rds", "../NEWS")' |  $(R_EXE)
51
 
51