|
4.4 Command line options related to Texinfo language features
Miscalleneous Texinfo related things may be specified via command line options.
-
‘--lang=lang’
Sets the document language similar to the Texinfo directive,
@documentlanguage lang (variable
$LANG).
The default is ‘en’, that is, use the english language strings.
-
‘-Dvar’
Sets var. Equivalent to, @set var 1, in Texinfo.
-
‘-Uvar’
Clears var. Equivalent to, @clear var, in Texinfo.
-
‘-Pdir’
Prepend dir to the list of directories to search for
@include files (the associated array is
@PREPEND_DIRS,
empty in the default case).
-
‘-Idir’
Append dir to the list of directories to search for
@include files (the associated array is
@INCLUDE_DIRS,
empty in the default case).
The include files are always searched for in the current directory.
Doku-Base
This document was created by Netzdino using texi2html.
|