The R Project SVN R

Rev

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

Rev 87747 Rev 87919
Line 336... Line 336...
336
 
336
 
337
pdfdocs manuals:
337
pdfdocs manuals:
338
	@$(MK) -C ../../doc/manual -f Makefile.win clean
338
	@$(MK) -C ../../doc/manual -f Makefile.win clean
339
	@$(MK) -C ../../doc/manual -f Makefile.win
339
	@$(MK) -C ../../doc/manual -f Makefile.win
340
 
340
 
341
R_EXE = ../../$(BINDIR)/Rterm.exe --vanilla --no-echo
341
## currently only run for 'distribution', not 'all' (unlike on Unix-alikes)
342
 
-
 
343
## must come after recommended
-
 
344
vignettes:
342
vignettes:
345
	@$(MK) -C ../library -f Makefile.win vignettes
343
	@$(MK) -C ../library -f Makefile.win vignettes
346
 
344
 
347
 
345
 
348
## ===================== Maintainer targets ========================
346
## ===================== Maintainer targets ========================