From cff68edc1ac113ac9e159dfdf7cfcbb6721ff2a7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 22:58:51 +0100 Subject: Make README.md simple, and point to the reference --- GNUmakefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index f449880..25f9693 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,12 +7,10 @@ DATE := $(shell date +%Y-%m-%d) .PHONEY: usage check clean pkgfiles = DESCRIPTION \ - README.html \ .Rbuildignore \ inst/testdata/* \ - inst/staticdocs/index.r \ - tests/testthat.R \ - tests/testthat/* \ + docs/* \ + docs/reference/* \ data/* \ R/* @@ -41,11 +39,6 @@ $(TGZ): $(pkgfiles) "$(R_HOME)/bin/R" CMD build . > build.log 2>&1 @echo "DONE." -README.html: README.rmd - "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.rmd', output_format = 'html_document', clean = FALSE)" - mv README.utf8.md README.md - rm README.knit.md - build: $(TGZ) test: build -- cgit v1.2.1