From 735d9d0a10551cec9e67cc0eb0aadb541bc63d27 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 5 Jan 2010 21:23:08 -0700 Subject: [PATCH] maint: support 'make announcement' from a VPATH build * top/maint.mk (announcement): Look for correct NEWS file. Signed-off-by: Eric Blake --- ChangeLog | 5 +++++ top/maint.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7218e3378..80f3988168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-05 Eric Blake + + maint: support 'make announcement' from a VPATH build + * top/maint.mk (announcement): Look for correct NEWS file. + 2010-01-05 Aurelien Jarno (tiny change) utimens (fdutimens): ignore a negative FD, per contract diff --git a/top/maint.mk b/top/maint.mk index e4a6359880..40f306e7c3 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -707,7 +707,7 @@ announcement: NEWS ChangeLog $(rel-files) --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 \ -- 2.30.2