File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ FRONTFILES = COPYRIGHTS.modreg SOURCES.ts
2121R_EXE = $(top_builddir ) /bin/R --vanilla --no-echo
2222
2323RSRC = ` LC_COLLATE=C ls $( srcdir) /R/* .R `
24+ INSTDIRS = doc
2425DEFPKGS = NULL
2526
2627all : 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
Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ pkg = stats
1414FRONTFILES = COPYRIGHTS.modreg SOURCES.ts
1515
1616RSRC = ` LC_COLLATE=C ls $( srcdir) /R/* .R `
17+ INSTDIRS = doc
1718DEFPKGS = NULL
1819
1920all :
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
You can’t perform that action at this time.
0 commit comments