diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-03-22 21:41:58 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-22 21:41:58 -0700 |
commit | 1eb3e8442f8c549c9b2ed21ca75eb7fb12b10b0d (patch) | |
tree | 9bc386a0875ecd26d247a4eb18407b6c59020a25 /texinfo/makeinfo/README | |
parent | 34b6478b59f51c9d5b2b634ea0aefa6813cdbb2a (diff) | |
download | gcc-1eb3e8442f8c549c9b2ed21ca75eb7fb12b10b0d.tar.gz |
Initial revision
From-SVN: r18770
Diffstat (limited to 'texinfo/makeinfo/README')
-rw-r--r-- | texinfo/makeinfo/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/texinfo/makeinfo/README b/texinfo/makeinfo/README new file mode 100644 index 00000000000..8b404caaf6d --- /dev/null +++ b/texinfo/makeinfo/README @@ -0,0 +1,6 @@ +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. + +The Emacs function M-x texinfo-format-buffer does the same job, but +makeinfo is faster and gives better error messages. |