From: Eric Blake Date: Wed, 6 Jan 2010 04:23:08 +0000 (-0700) Subject: maint: support 'make announcement' from a VPATH build X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735d9d0a10551cec9e67cc0eb0aadb541bc63d27;p=pspp maint: support 'make announcement' from a VPATH build * top/maint.mk (announcement): Look for correct NEWS file. Signed-off-by: Eric Blake --- 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 \