diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-16 09:31:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-16 09:37:35 +0200 |
commit | c6460f91802c3a57e28be52b841bcd7fa938fb43 (patch) | |
tree | 5b594a54214a4705ce3b55c2ceade5483cbaa054 /GNUmakefile | |
parent | 38e80ae890d2bd0eecc831c37b0937e54ed23be3 (diff) |
Fix sorting in fit list, add NEWS file
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
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) |