The R Project SVN R

Rev

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

Rev 71092 Rev 77228
Line 20... Line 20...
20
## generated later.
20
## generated later.
21
SUBDIRS = html manual
21
SUBDIRS = html manual
22
 
22
 
23
HELP2MAN = perl $(top_srcdir)/tools/help2man.pl
23
HELP2MAN = perl $(top_srcdir)/tools/help2man.pl
24
 
24
 
25
R_EXE = $(top_builddir)/bin/R --vanilla --slave
25
R_EXE = $(top_builddir)/bin/R --vanilla --no-echo
26
 
26
 
27
all: Makefile R docs
27
all: Makefile R docs
28
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
29
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
29
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
30
 
30