Skip to content

Commit 59ccaa8

Browse files
author
smeyer
committed
ship prebuilt vignette(reshape), too (amends r80220)
git-svn-id: https://svn.r-project.org/R/trunk@87839 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ca0f747 commit 59ccaa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ dist-unix: distdir
194194
$(TAR) cf $${distname}.tar $${dirname} && $(R_GZIPCMD) $(GZIP) $${distname}.tar; \
195195
rm -Rf $${dirname}
196196
dist-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) -x -f -)) \
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

0 commit comments

Comments
 (0)