texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp texi2any.pl


From: Karl Berry
Subject: texinfo/tp texi2any.pl
Date: Tue, 23 Aug 2011 18:26:55 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/08/23 18:26:55

Modified files:
        tp             : texi2any.pl 

Log message:
        verbosely describe --output; move --split to HTML section

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.51&r2=1.52

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- texi2any.pl 21 Aug 2011 18:48:51 -0000      1.51
+++ texi2any.pl 23 Aug 2011 18:26:55 -0000      1.52
@@ -512,15 +512,17 @@
                                 or from HTML (thus producing shorter output).
                                 Also, if producing Info, write to
                                 standard output by default 
-      --split=SPLIT           split at SPLIT, where SPLIT may be chapter, 
-                                section or node if output supports splitting.
-      --no-split              suppress the splitting of Info or HTML output,
+      --no-split              suppress any splitting of the output;
                                 generate only one output file.
       --[no-]number-sections  output chapter and sectioning numbers;
                                 default is on.
-  -o, --output=FILE           output to FILE (or directory if split).
-                                If not split and FILE is a directory, put the
-                                resulting files under FILE.\n")
+  -o, --output=DEST           output to DEST.
+                                With split output, create DEST as a directory
+                                 and put the output files there.
+                                With non-split output, if DEST is already
+                                 a directory or ends with a /,
+                                 put the output file there.
+                                Otherwise, DEST names the output file.\n")
 ."\n";
 $makeinfo_help .= sprintf(__("Options for Info and plain text:
       --disable-encoding      do not output accented and special characters
@@ -542,10 +544,11 @@
 $makeinfo_help .= __("Options for HTML:
       --css-include=FILE      include FILE in HTML <style> output;
                                 read stdin if FILE is -.
-      --css-ref=URL           generate reference to a CSS file.
+      --css-ref=URL           generate CSS reference to URL.
       --internal-links=FILE   produce list of internal links in FILE.
-      --transliterate-file-names
-                              produce file names in ASCII transliteration.
+      --split=SPLIT           split at SPLIT, where SPLIT may be `chapter',
+                                `section' or `node'.
+      --transliterate-file-names  use file names in ASCII transliteration.
       --node-files            produce redirection files for nodes and 
                                 anchors; default is set only if split.\n")
 ."\n";



reply via email to

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