From 394e603fc6d8eb807e0f2c38b5395a3b9f52eb95 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 25 Jun 2015 15:12:43 +0200 Subject: Do not convert NEWS.md any more as it is now rendered on CRAN via wch/r-source@9ffe87264a1cd59a31a829f72d57af0f1bfa327a --- GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 215c2c79..045691a5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,6 +22,7 @@ pkgfiles = NEWS \ DESCRIPTION \ man/* \ NAMESPACE \ + NEWS.md \ R/* \ README.md \ tests/* \ @@ -30,10 +31,6 @@ pkgfiles = NEWS \ all: build -# convert markdown to R's NEWS format (from knitr package) -NEWS: NEWS.md - sed -e 's/^-/ -/' -e 's/^## *//' -e 's/^#/\t\t/' NEWS - README.md: README.Rmd "$(RBIN)/Rscript" -e 'require(knitr); knit("README.Rmd")' -- cgit v1.2.1