Variable: makeinfo-run-command
makeinfo-run-command is a customizable variable defined in
makeinfo.el.gz.
Value
"makeinfo"
Documentation
Command used to run makeinfo subjob.
The name of the file is appended to this string, separated by a space.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/makeinfo.el.gz
(defcustom makeinfo-run-command "makeinfo"
"Command used to run `makeinfo' subjob.
The name of the file is appended to this string, separated by a space."
:type 'string)