aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
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)

Contact - Imprint