automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/6] NEWS: improve wording about new {RELDIR} preproc support


From: Stefano Lattarini
Subject: [PATCH 5/6] NEWS: improve wording about new {RELDIR} preproc support
Date: Sun, 3 Feb 2013 21:44:43 +0100

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]