diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 803c503..a2d88be 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,3 +55,8 @@ check: build check-no-vignettes: build-no-vignettes cd ..;\ "$(RBIN)/R" CMD check --as-cran $(PKGNAME)_$(PKGVERS).tar.gz + +sd: + @echo Now execute + @echo "\n staticdocs::build_site()\n" + $(RBIN)/R |