aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-07-22 15:33:40 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-07-22 15:33:40 +0200
commitfe068f3e749445a914f7cbebdd4bb242b329b99f (patch)
treeba9036c5683e4edea2e3d2d82bb9caa440af6cf9 /GNUmakefile
parentb3d4bada58a4d203529142e3e3aa515e5aaed3b3 (diff)
CRAN now uses NEWS.md, so update it and adapt format and Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8d31793..69ad66f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,7 +17,7 @@ SDDIR ?= $(RFSVN)/www/gmkin_static
.PHONY: help
-pkgfiles = NEWS \
+pkgfiles = NEWS.md \
data/* \
DESCRIPTION \
inst/GUI/gmkin.R \
@@ -29,10 +29,7 @@ pkgfiles = NEWS \
TODO \
vignettes/gmkin_manual.html
-all: NEWS check clean
-
-NEWS: NEWS.md
- sed -e 's/^-/ -/' -e 's/^## *//' -e 's/^#/\t\t/' <NEWS.md | fmt -80 >NEWS
+all: check clean
$(TGZ): $(pkgfiles)
cd ..;\

Contact - Imprint