Skip to content

Commit

Permalink
start adding package parallel
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@56557 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jul 30, 2011
1 parent 18e61c3 commit bf14343
Show file tree
Hide file tree
Showing 18 changed files with 642 additions and 414 deletions.
8 changes: 4 additions & 4 deletions Makefile.in
Expand Up @@ -197,10 +197,10 @@ distdir: $(DISTFILES) vignettes
| (cd $(distdir); $(TAR) -x -f -)) \ | (cd $(distdir); $(TAR) -x -f -)) \
|| exit 1; \ || exit 1; \
done done
@mkdir -p $(distdir)/src/library/grid/inst/doc \ @for d in grid parallel utils; do \
$(distdir)/src/library/utils/inst/doc mkdir -p $(distdir)/src/library/$${d}/inst/doc; \
@cp library/grid/doc/*.pdf $(distdir)/src/library/grid/inst/doc cp library/$${d}/doc/*.pdf $(distdir)/src/library/$${d}/inst/doc; \
@cp library/utils/doc/*.pdf $(distdir)/src/library/utils/inst/doc done
@(cd $(distdir); tools/link-recommended) @(cd $(distdir); tools/link-recommended)


info pdf: info pdf:
Expand Down

0 comments on commit bf14343

Please sign in to comment.