From 40d06320e097434a924c0d57b26e5e1a7574625c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 16:11:25 +0200 Subject: Add staticdocs --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GNUmakefile') 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..." -- cgit v1.2.1