diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-06-12 12:23:59 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-06-12 12:23:59 +0200 |
commit | b42157dd01e3243646f5a8270c09ee125a8aca21 (patch) | |
tree | 10b62a18c8bb9defbf514c14bdac5e6d5fbc1fc7 /top/maint.mk | |
parent | b630d56579abda426606c94747748982f30e4a6c (diff) | |
download | gnulib-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/maint.mk')
-rw-r--r-- | top/maint.mk | 1 |
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,*) \ |