diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index b5ae886..8348372 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,6 @@ pkgfiles = \ GNUmakefile \ inst/data_generation/* \ inst/testdata/* \ - README.html \ R/* \ tests/testthat.R \ tests/testthat/* @@ -23,9 +22,6 @@ all: build roxy: Rscript -e "roxygen2::roxygenize(roclets = c('rd', 'collate', 'namespace'))" -README.html: README.md - "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document', output_options = list(mathjax = NULL))" - $(TGZ): $(pkgfiles) "$(RBIN)/R" CMD build . 2>&1 | tee log/build.log |