From 3652dd9b49d8f86ff99790a977697489e6033bab Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 28 Nov 2024 11:40:02 +0100 Subject: Remove README.html to simplify maintenance It was only used on cgit.jrwb.de anyways. --- GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.1