aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2013-09-06 21:40:47 +0300
committerJani Välimaa <wally@mageia.org>2013-09-06 21:40:47 +0300
commitd2c3e9dfe4538d17192055f9c1cf33653e0a0e3a (patch)
treea39381e3ba0baeff7aa0d650441c221c49d7dec1 /Makefile
parentd595ffc3ba78966fd8d0dadf96a06e2a2eef29c0 (diff)
downloadconfig-d2c3e9dfe4538d17192055f9c1cf33653e0a0e3a.tar
config-d2c3e9dfe4538d17192055f9c1cf33653e0a0e3a.tar.gz
config-d2c3e9dfe4538d17192055f9c1cf33653e0a0e3a.tar.bz2
config-d2c3e9dfe4538d17192055f9c1cf33653e0a0e3a.tar.xz
config-d2c3e9dfe4538d17192055f9c1cf33653e0a0e3a.zip
Improve Makefile
Print some output after successful 'make news'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51c2d79..c7e3a59 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,9 @@ news:
exit 1; \
else \
sed -i -e "1i Version $(VERSION) - $$(date --rfc-3339=date)" NEWS; \
+ echo "";\
+ echo "Updated NEWS";\
+ echo "";\
fi;
NEWS: news