texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Dec 9 20:23:01 EST 2007)


From: Karl Berry
Subject: texinfo update (Sun Dec 9 20:23:01 EST 2007)
Date: Sun, 09 Dec 2007 20:23:04 -0500

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.784
retrieving revision 1.785
diff -u -r1.784 -r1.785
--- ChangeLog   9 Dec 2007 23:30:40 -0000       1.784
+++ ChangeLog   10 Dec 2007 00:55:10 -0000      1.785
@@ -1,9 +1,14 @@
+2007-12-09  Benno Schulenberg  <address@hidden>  (tiny change)
+
+       * makeinfo/makeinfo.c (usage): improve help message.
+       bug-texinfo mail of 02 Dec 2007 23:43:10 +0100.
+
 2007-12-09  Fabian Groffen  <address@hidden>  (tiny change)
 
        * info/makedoc.c (main): reorder calls following the Makefile
        dependencies, for high-precision filesystems.  
        http://bugs.gentoo.org/show_bug.cgi?id=200662
-       bug-texinfo mail from 3 Dec 2007 17:59:13 +0100.
+       bug-texinfo mail of 3 Dec 2007 17:59:13 +0100.
        
 2007-12-02  Karl Berry  <address@hidden>
 
Index: makeinfo/makeinfo.c
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- makeinfo/makeinfo.c 3 Dec 2007 01:38:43 -0000       1.113
+++ makeinfo/makeinfo.c 10 Dec 2007 00:55:10 -0000      1.114
@@ -1,5 +1,5 @@
 /* makeinfo -- convert Texinfo source into other formats.
-   $Id: makeinfo.c,v 1.113 2007/12/03 01:38:43 karl Exp $
+   $Id: makeinfo.c,v 1.114 2007/12/10 00:55:10 karl Exp $
 
    Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
@@ -376,16 +376,16 @@
 
     puts (_("\
 General output options:\n\
-  -E, --macro-expand FILE     output macro-expanded source to FILE.\n\
-                              ignoring any @setfilename.\n\
+  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n\
+                                ignoring any @setfilename.\n\
       --no-headers            suppress node separators, Node: lines, and 
menus\n\
                                 from Info output (thus producing plain text)\n\
                                 or from HTML (thus producing shorter 
output);\n\
                                 also, write to standard output by default.\n\
-      --no-split              suppress splitting of Info or HTML output,\n\
-                              generate only one output file.\n\
+      --no-split              suppress the splitting of Info or HTML output,\n\
+                                generate only one output file.\n\
       --number-sections       output chapter and sectioning numbers.\n\
-  -o, --output=FILE           output to FILE (directory if split HTML),\n\
+  -o, --output=FILE           output to FILE (or directory if split HTML).\n\
 "));
 
     printf (_("\
P ChangeLog
P makeinfo/makeinfo.c




reply via email to

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