summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/doc/makeinfo.1
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/doc/makeinfo.1')
-rw-r--r--contrib/texinfo/doc/makeinfo.145
1 files changed, 29 insertions, 16 deletions
diff --git a/contrib/texinfo/doc/makeinfo.1 b/contrib/texinfo/doc/makeinfo.1
index b56cb83..3500b68 100644
--- a/contrib/texinfo/doc/makeinfo.1
+++ b/contrib/texinfo/doc/makeinfo.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MAKEINFO "1" "March 2002" "GNU texinfo 4.1" FSF
+.TH MAKEINFO "1" "April 2002" "GNU texinfo 4.2" FSF
.SH NAME
makeinfo \- translate Texinfo documents
.SH SYNOPSIS
@@ -41,11 +41,6 @@ output DocBook rather than Info.
\fB\-\-html\fR
output HTML rather than Info.
.TP
-\fB\-\-no\-headers\fR
-output plain text, suppressing Info node
-separators and Node: lines; also, write to
-standard output without \fB\-\-output\fR.
-.TP
\fB\-\-xml\fR
output XML (TexinfoML) rather than Info.
.SS "General output options:"
@@ -54,6 +49,12 @@ output XML (TexinfoML) rather than Info.
output macro-expanded source to FILE.
ignoring any @setfilename.
.TP
+\fB\-\-no\-headers\fR
+suppress node separators, Node: lines, and menus
+from Info output (thus producing plain text)
+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,
generate only one output file.
@@ -108,10 +109,13 @@ undefine the variable VAR, as with @clear.
process @ifhtml and @html even if not generating HTML.
.TP
\fB\-\-ifinfo\fR
-process @ifinfo text even when generating HTML.
+process @ifinfo even if not generating Info.
+.TP
+\fB\-\-ifplaintext\fR
+process @ifplaintext even if not generating plain text.
.TP
\fB\-\-iftex\fR
-process @iftex and @tex text; implies \fB\-\-no\-split\fR.
+process @iftex and @tex; implies \fB\-\-no\-split\fR.
.TP
\fB\-\-no\-ifhtml\fR
do not process @ifhtml and @html text.
@@ -119,31 +123,40 @@ do not process @ifhtml and @html text.
\fB\-\-no\-ifinfo\fR
do not process @ifinfo text.
.TP
+\fB\-\-no\-ifplaintext\fR
+do not process @ifplaintext text.
+.TP
\fB\-\-no\-iftex\fR
do not process @iftex and @tex text.
.IP
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 or plain text, \fB\-\-ifinfo\fR is on and the others are off.
+if generating Info, \fB\-\-ifinfo\fR is on and the others are off;
+if generating plain text, \fB\-\-ifplaintext\fR is on and the others are off;
.SH EXAMPLES
.TP
makeinfo foo.texi
write Info to foo's @setfilename
.TP
makeinfo \fB\-\-html\fR foo.texi
-write HTML to foo's @setfilename
+write HTML to @setfilename
.TP
-makeinfo \fB\-\-no\-headers\fR \fB\-o\fR - foo.texi
-write plain text to standard output
+makeinfo \fB\-\-xml\fR foo.texi
+write XML to @setfilename
.TP
-makeinfo \fB\-\-number\-sections\fR foo.texi
-write Info with numbered sections
+makeinfo \fB\-\-docbook\fR foo.texi
+write DocBook XML to @setfilename
.TP
-makeinfo \fB\-\-no\-split\fR foo.texi
-write one Info file however big
+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
.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 2002 Free Software Foundation, Inc.
There is NO warranty. You may redistribute this software
OpenPOWER on IntegriCloud