summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-06-12 12:23:59 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-06-12 12:23:59 +0200
commitb42157dd01e3243646f5a8270c09ee125a8aca21 (patch)
tree10b62a18c8bb9defbf514c14bdac5e6d5fbc1fc7 /top
parentb630d56579abda426606c94747748982f30e4a6c (diff)
downloadgnulib-b42157dd01e3243646f5a8270c09ee125a8aca21.tar.gz
announce-gen: VPATH issues
* build-aux/announce-gen (--srcdir): New option, used to trim the $srcdir part of the path from $builddir to NEWS. * top/maint.mk (announcement): Adjust.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/top/maint.mk b/top/maint.mk
index f0b889bc9a..7cd24b87e3 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1268,6 +1268,7 @@ announcement: NEWS ChangeLog $(rel-files)
--prev=$(PREV_VERSION) \
--curr=$(VERSION) \
--gpg-key-id=$(gpg_key_ID) \
+ --srcdir=$(srcdir) \
--news=$(srcdir)/NEWS \
--bootstrap-tools=$(bootstrap-tools) \
$$(case ,$(bootstrap-tools), in (*,gnulib,*) \