changeset 12581:25232b487199

maint: support 'make announcement' from a VPATH build * top/maint.mk (announcement): Look for correct NEWS file. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Tue, 05 Jan 2010 21:23:08 -0700
parents 3a190157862b
children 21afac8020be
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-05  Eric Blake  <ebb9@byu.net>
+
+	maint: support 'make announcement' from a VPATH build
+	* top/maint.mk (announcement): Look for correct NEWS file.
+
 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
 
 	utimens (fdutimens): ignore a negative FD, per contract
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -707,7 +707,7 @@
 	    --prev=$(PREV_VERSION)					\
 	    --curr=$(VERSION)						\
 	    --gpg-key-id=$(gpg_key_ID)					\
-	    --news=NEWS							\
+	    --news=$(srcdir)/NEWS					\
 	    --bootstrap-tools=$(bootstrap-tools)			\
 	    --gnulib-version=$(gnulib-version)				\
 	    --no-print-checksums					\