aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-07-16 09:31:25 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-07-16 09:37:35 +0200
commitc6460f91802c3a57e28be52b841bcd7fa938fb43 (patch)
tree5b594a54214a4705ce3b55c2ceade5483cbaa054 /GNUmakefile
parent38e80ae890d2bd0eecc831c37b0937e54ed23be3 (diff)
Fix sorting in fit list, add NEWS file
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7466d85..b034b3e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,7 +25,10 @@ help:
# Development Tasks
#------------------------------------------------------------------------------
-build:
+NEWS: NEWS.md
+ sed -e 's/^-/ -/' -e 's/^## *//' -e 's/^#/\t\t/' <NEWS.md | fmt -80 >NEWS
+
+build: NEWS
cd ..;\
"$(RBIN)/R" CMD build $(PKGSRC)

Contact - Imprint