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 333d0c6..b88fb85 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,6 +29,11 @@ roxygen: "$(R_HOME)/bin/Rscript" -e 'library(devtools); document(".")' @echo "DONE." +sd: roxygen + @echo "Building static documentation..." + "$(R_HOME)/bin/Rscript" -e 'staticdocs::build_site()' + @echo "DONE." + $(TGZ): $(pkgfiles) sed -i -e "s/Date:.*/Date: $(DATE)/" DESCRIPTION @echo "Roxygenizing package..." |