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