diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-01 10:55:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-01 10:55:24 +0100 |
commit | d033fa6210c89a56697ce7c6830ab6a8df2c552c (patch) | |
tree | e58ebcaa953bce042a1bec88b347a99d07e5762b /GNUmakefile | |
parent | 1f23c808c6d9f9488a8e8b7349effaddf131fed1 (diff) |
Add README.html for cgit.jrwb.de, fix DESCRIPTION
Also improve .Rbuildignore a bit
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 . |