Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- NEWS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS index 938fac8..6aa7060 100644 --- a/NEWS +++ b/NEWS @@ -102,10 +102,11 @@ New in 1.13.2: * Current directory in makefile fragments: - - Use the special makefile fragment substitutions {RELDIR} and - {CANON_RELDIR} (a.k.a. {D} and {C} respectively) to insert the - relative directory of the fragment (or its canonicalized version) in - the makefile: + - The special Automake-time substitutions '{RELDIR}' and '{CANON_RELDIR}' + (and their abbreviated versions, '{D}' and '{C}' respectively) can now + be used in an included Makefile fragment to indicate respectively the + relative directory of that fragment and its canonicalized version, + relative to the including Makefile: bin_PROGRAMS += {RELDIR}/foo {CANON_RELDIR}_foo_SOURCES = {RELDIR}/bar.c -- 1.8.1.1.473.g9a6c84e