Skip to content

Commit 911863b

Browse files
author
smeyer
committed
install the shipped vignette("reshape"), amending r80220 and r87839
git-svn-id: https://svn.r-project.org/R/trunk@87922 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent eced323 commit 911863b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/library/stats/Makefile.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ FRONTFILES = COPYRIGHTS.modreg SOURCES.ts
2121
R_EXE = $(top_builddir)/bin/R --vanilla --no-echo
2222

2323
RSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R`
24+
INSTDIRS = doc
2425
DEFPKGS = NULL
2526

2627
all: Makefile DESCRIPTION
2728
@$(ECHO) "building package '$(pkg)'"
2829
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
29-
@$(MAKE) mkR1 front mkdesc mkdemos
30+
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/doc
31+
@$(MAKE) mkR1 front mkdesc mkdemos instdirs
3032
@$(MAKE) mksrc
3133
@BYTE_COMPILE_PACKAGES_FALSE@ @$(MAKE) mklazy
3234
@BYTE_COMPILE_PACKAGES_TRUE@ @$(MAKE) mklazycomp

src/library/stats/Makefile.win

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ pkg = stats
1414
FRONTFILES = COPYRIGHTS.modreg SOURCES.ts
1515

1616
RSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R`
17+
INSTDIRS = doc
1718
DEFPKGS = NULL
1819

1920
all:
2021
@$(ECHO) "building package '$(pkg)'"
2122
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
22-
@$(MAKE) -f Makefile.win mkR1 front mkdesc mkdemos
23+
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/doc
24+
@$(MAKE) -f Makefile.win mkR1 front mkdesc mkdemos instdirs
2325
@$(MAKE) -f Makefile.win mksrc-win2
2426
@$(MAKE) -f Makefile.win mklazycomp
2527

0 commit comments

Comments
 (0)