From d033fa6210c89a56697ce7c6830ab6a8df2c552c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 1 Mar 2018 10:55:24 +0100 Subject: Add README.html for cgit.jrwb.de, fix DESCRIPTION Also improve .Rbuildignore a bit --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 59f3835..2f8f38c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,6 +9,9 @@ TGZ := $(PKGNAME)_$(PKGVERS).tar.gz # containing the first instance of R on the PATH. RBIN ?= $(shell dirname "`which R`") +README.html: README.md + "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document', output_options = list(mathjax = NULL))" + build: "$(RBIN)/R" CMD build . -- cgit v1.2.1