aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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