diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 11:40:02 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 11:40:02 +0100 |
commit | 3652dd9b49d8f86ff99790a977697489e6033bab (patch) | |
tree | f76b6bc9a37065bbb8db73831af484e840dab2bc /GNUmakefile | |
parent | 45c9eb16dd317421bf594b7d2aebb11386a9de33 (diff) |
Remove README.html to simplify maintenance
It was only used on cgit.jrwb.de anyways.
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 |