summaryrefslogtreecommitdiff
path: root/makeinfo/README
blob: 17c437170b6ba7a5876e0162135b2ec944bc31f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$Id: README,v 1.3 2004/04/11 17:56:46 karl Exp $
texinfo/makeinfo/README

  Copyright (C) 2002 Free Software Foundation, Inc.

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

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 other formats: plain ASCII (with --no-headers)
or HTML (with --html) or XML (with --xml).

The Emacs function M-x texinfo-format-buffer does more or less the same
job, but makeinfo is faster and gives better error messages.