File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ dist-unix: distdir
194194	  $(TAR) cf $${distname}.tar $${dirname} && $(R_GZIPCMD) $(GZIP) $${distname}.tar; \
195195	  rm -Rf $${dirname}
196196dist-win :
197- distdir : $(DISTFILES )  vignettes
197+ distdir : $(DISTFILES )  docs  vignettes
198198	@rm -Rf $(distdir ) 
199199	@mkdir $(distdir ) 
200200	@-chmod 755 $(distdir ) 
@@ -219,7 +219,8 @@ distdir: $(DISTFILES) vignettes
219219	      |  (cd $( distdir) ;  $( TAR) \ 
220220	    ||  exit  1;  \ 
221221	done 
222- 	@for d in  grid parallel utils;  do  \ 
222+ # # ship vignette PDFs to speed up building from tarball (little gain nowadays)
223+ 	@for d in grid parallel utils stats; do \
223224	  mkdir -p $(distdir)/src/library/$${d}/inst/doc; \
224225	  cp library/$${d}/doc/*.pdf $(distdir)/src/library/$${d}/inst/doc; \
225226	done
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments