diff options
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) |