aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-25 15:12:43 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-25 15:12:43 +0200
commit394e603fc6d8eb807e0f2c38b5395a3b9f52eb95 (patch)
tree062a887c5992af04b03999b174dbea9f33d53d35 /GNUmakefile
parentbf700d1c3c008b695140f22916524f530bbd4487 (diff)
Do not convert NEWS.md any more as it is now rendered on CRAN
via wch/r-source@9ffe87264a1cd59a31a829f72d57af0f1bfa327a
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 1 insertions, 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.md | fmt -80 >NEWS
-
README.md: README.Rmd
"$(RBIN)/Rscript" -e 'require(knitr); knit("README.Rmd")'

Contact - Imprint