On 07/30/2012 09:22 AM, Akim Demaille wrote:
> 
> Le 28 juil. 2012 à 10:55, Stefano Lattarini a écrit :
> 
>> Complete list of renames:
>>
>>  am__dir          ->  am.dir
>>  am__abs_dir      ->  am.abs-dir
>>  am__top_dir      ->  am.top-dir
>>  am__abs_top_dir  ->  am.abs-top-dir
> 
> Fine.  FWIW, since "abs" qualifies am.dir, I would
> rather have use "am.dir.abs", and "am.top-dir.abs",
> or maybe "am.dir.top" and "am.dir.top.abs".  They
> would be sorted together, and easy to grep.
> 
OK.  Done the rename in a follow-patch (see attachment).

Thanks,
  Stefano
>From 63f8c3647b2e8015dc637791bb92981d4a00dab7 Mon Sep 17 00:00:00 2001
Message-Id: <63f8c3647b2e8015dc637791bb92981d4a00dab7.1343329385.git.stefano.lattar...@gmail.com>
From: Stefano Lattarini <[email protected]>
Date: Thu, 26 Jul 2012 21:02:44 +0200
Subject: [FYI] {master} news: fix a couple of minor formatting issues

* NEWS (New in 1.13): Here.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 NEWS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 0df7b2d..f308752 100644
--- a/NEWS
+++ b/NEWS
@@ -72,7 +72,7 @@ New in 1.13:
 * Texinfo Support:
 
   - The rules to build PDF and DVI files from Texinfo input now use the
-    ' --build-dir' option, to keep the auxiliary files used by texi2dvi
+    '--build-dir' option, to keep the auxiliary files used by texi2dvi
     and texi2pdf around without cluttering the build directory, and to
     make it possible to run the "dvi" and "pdf" recipes in parallel.
 
@@ -93,10 +93,10 @@ New in 1.13:
 
 * Recursive targets:
 
-  The user can now define his own recursive targets that recurse
-  in the directories specified in $(SUBDIRS).  This can be done by
-  specifying the name of such targets in invocations of the new
-  'AM_EXTRA_RECURSIVE_TARGETS' m4 macro.
+  - The user can now define his own recursive targets that recurse
+    in the directories specified in $(SUBDIRS).  This can be done by
+    specifying the name of such targets in invocations of the new
+    'AM_EXTRA_RECURSIVE_TARGETS' m4 macro.
 
   - Any failure in the recipe of the "tags", "ctags", "cscope" or
     "cscopelist" targets in a subdirectory is now propagated to the
-- 
1.7.12.rc0

Reply via email to