mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
8 lines
342 B
Text
8 lines
342 B
Text
makeinfo is a standalone program to convert Texinfo source into Info
|
|
files readable with standalone info or M-x info in Emacs.
|
|
|
|
makeinfo can also output plain ASCII (with --no-headers)
|
|
or HTML (with --html).
|
|
|
|
The Emacs function M-x texinfo-format-buffer does more or less the same
|
|
job, but makeinfo is faster and gives better error messages.
|