news: fix a couple of minor formatting issues
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 19:02:44 +0000 (21:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 19:02:46 +0000 (21:02 +0200)
* NEWS (New in 1.13): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 0df7b2d..f308752 100644 (file)
--- 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