diff top/maint.mk @ 16907:3cd0e20dcf8e

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.
author Akim Demaille <akim@lrde.epita.fr>
date Tue, 12 Jun 2012 12:23:59 +0200
parents 1a6a09e7b2f5
children a878aa8b0b82
line wrap: on
line diff
--- a/top/maint.mk	Thu Jun 07 16:17:36 2012 +0200
+++ b/top/maint.mk	Tue Jun 12 12:23:59 2012 +0200
@@ -1268,6 +1268,7 @@
 	    --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,*)		\