diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-08 11:53:01 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-08 11:53:01 +0200 |
commit | 06d7cf75f918e53c9b3c4aa0a9a8654cd7181136 (patch) | |
tree | bd2154bc91b40af1d9ad66e5ada7c6eff30fa98a /GNUmakefile | |
parent | 0e9109db089217fea76cb5481db2ed5f3f861f03 (diff) |
Start of adaption to mkin 0.9.49.5
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a169bf1..5078d82 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,7 +38,10 @@ $(TGZVNR): $(pkgfiles) "$(RBIN)/R" CMD build --no-build-vignettes . ;\ mv $(TGZ) $(TGZVNR) -build: $(TGZ) +roxygen: + "$(RBIN)/Rscript" -e 'devtools::document()' + +build: roxygen $(TGZ) build-no-vignettes: $(TGZVNR) |