diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/makeinfo.1')
-rw-r--r-- | Master/texmf/doc/man/man1/makeinfo.1 | 62 |
1 files changed, 38 insertions, 24 deletions
diff --git a/Master/texmf/doc/man/man1/makeinfo.1 b/Master/texmf/doc/man/man1/makeinfo.1 index 7b46491e0a6..0850e5f1b99 100644 --- a/Master/texmf/doc/man/man1/makeinfo.1 +++ b/Master/texmf/doc/man/man1/makeinfo.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.34. -.TH MAKEINFO "1" "December 2004" "makeinfo 4.8" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MAKEINFO "1" "April 2008" "makeinfo 4.12" "User Commands" .SH NAME makeinfo \- translate Texinfo documents .SH SYNOPSIS @@ -13,6 +13,9 @@ Info files suitable for reading online with Emacs or standalone GNU Info. \fB\-\-error\-limit\fR=\fINUM\fR quit after NUM errors (default 100). .TP +\fB\-\-document\-language\fR=\fISTR\fR locale to use in translating Texinfo keywords +for the output document (default C). +.TP \fB\-\-force\fR preserve output even if errors. .TP @@ -25,9 +28,6 @@ suppress node cross\-reference validation. \fB\-\-no\-warn\fR suppress warnings (but not errors). .TP -\fB\-\-reference\-limit\fR=\fINUM\fR -warn about at most NUM references (default 1000). -.TP \fB\-v\fR, \fB\-\-verbose\fR explain what is being done. .TP @@ -48,8 +48,8 @@ output Texinfo XML rather than Info. output plain text rather than Info. .SS "General output options:" .TP -\fB\-E\fR, \fB\-\-macro\-expand\fR FILE -output macro\-expanded source to FILE. +\fB\-E\fR, \fB\-\-macro\-expand\fR=\fIFILE\fR +output macro\-expanded source to FILE, ignoring any @setfilename. .TP \fB\-\-no\-headers\fR @@ -59,19 +59,22 @@ or from HTML (thus producing shorter output); also, write to standard output by default. .TP \fB\-\-no\-split\fR -suppress splitting of Info or HTML output, +suppress the splitting of Info or HTML output, generate only one output file. .TP \fB\-\-number\-sections\fR output chapter and sectioning numbers. .TP \fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR -output to FILE (directory if split HTML), +output to FILE (or directory if split HTML). .SS "Options for Info and plain text:" .TP +\fB\-\-disable\-encoding\fR +do not output accented and special characters +in Info output based on @documentencoding. +.TP \fB\-\-enable\-encoding\fR -output accented and special characters in -Info output based on @documentencoding. +override \fB\-\-disable\-encoding\fR (default). .TP \fB\-\-fill\-column\fR=\fINUM\fR break Info lines at NUM characters (default 72). @@ -79,9 +82,8 @@ break Info lines at NUM characters (default 72). \fB\-\-footnote\-style\fR=\fISTYLE\fR output footnotes in Info according to STYLE: `separate' to put them in their own node; -`end' to put them at the end of the node -.IP -in which they are defined (default). +`end' to put them at the end of the node, in +which they are defined (this is the default). .TP \fB\-\-paragraph\-indent\fR=\fIVAL\fR indent Info paragraphs by VAL spaces (default 3). @@ -95,6 +97,12 @@ split Info files at size NUM (default 300000). \fB\-\-css\-include\fR=\fIFILE\fR include FILE in HTML <style> output; read stdin if FILE is \-. +.TP +\fB\-\-css\-ref\fR=\fIURL\fR +generate reference to a CSS file. +.TP +\fB\-\-transliterate\-file\-names\fR +produce file names in ASCII transliteration. .SS "Options for XML and Docbook:" .TP \fB\-\-output\-indent\fR=\fIVAL\fR @@ -154,9 +162,9 @@ do not process @iftex and @tex text. .TP \fB\-\-no\-ifxml\fR do not process @ifxml and @xml text. -.IP +.P Also, for the \fB\-\-no\-ifFORMAT\fR options, do process @ifnotFORMAT text. -.IP +.P The defaults for the @if... conditionals depend on the output format: if generating HTML, \fB\-\-ifhtml\fR is on and the others are off; if generating Info, \fB\-\-ifinfo\fR is on and the others are off; @@ -178,19 +186,25 @@ write DocBook XML to @setfilename .TP makeinfo \fB\-\-no\-headers\fR foo.texi write plain text to standard output -.IP -makeinfo \fB\-\-html\fR \fB\-\-no\-headers\fR foo.texi write html without node lines, menus -makeinfo \fB\-\-number\-sections\fR foo.texi write Info with numbered sections -makeinfo \fB\-\-no\-split\fR foo.texi write one Info file however big +.TP +makeinfo \fB\-\-html\fR \fB\-\-no\-headers\fR foo.texi +write html without node lines, menus +.TP +makeinfo \fB\-\-number\-sections\fR foo.texi +write Info with numbered sections +.TP +makeinfo \fB\-\-no\-split\fR foo.texi +write one Info file however big .SH "REPORTING BUGS" Email bug reports to bug\-texinfo@gnu.org, general questions and discussion to help\-texinfo@gnu.org. Texinfo home page: http://www.gnu.org/software/texinfo/ .SH COPYRIGHT -Copyright \(co 2004 Free Software Foundation, Inc. -There is NO warranty. You may redistribute this software -under the terms of the GNU General Public License. -For more information about these matters, see the files named COPYING. +Copyright \(co 2008 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" The full documentation for .B makeinfo |