summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2010-01-05 21:23:08 -0700
committerEric Blake <ebb9@byu.net>2010-01-05 21:36:37 -0700
commit735d9d0a10551cec9e67cc0eb0aadb541bc63d27 (patch)
tree29b056037665b7b5958dbb6d8dc56b62c9b29bfe /top/maint.mk
parent41c44a66101c6c14b4e7f151247d517579760ba9 (diff)
downloadgnulib-735d9d0a10551cec9e67cc0eb0aadb541bc63d27.tar.gz
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>
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
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 \