summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-11-28 11:40:02 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-11-28 11:40:02 +0100
commit3652dd9b49d8f86ff99790a977697489e6033bab (patch)
treef76b6bc9a37065bbb8db73831af484e840dab2bc /GNUmakefile
parent45c9eb16dd317421bf594b7d2aebb11386a9de33 (diff)
Remove README.html to simplify maintenance
It was only used on cgit.jrwb.de anyways.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
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

Contact - Imprint