turns printfs back on
[freebsd-src/fkvm-freebsd.git] / contrib / texinfo / makeinfo / README
blob17c437170b6ba7a5876e0162135b2ec944bc31f5
1 $Id: README,v 1.3 2004/04/11 17:56:46 karl Exp $
2 texinfo/makeinfo/README
4   Copyright (C) 2002 Free Software Foundation, Inc.
6   Copying and distribution of this file, with or without modification,
7   are permitted in any medium without royalty provided the copyright
8   notice and this notice are preserved.
10 makeinfo is a standalone program to convert Texinfo source into Info
11 files readable with standalone info or M-x info in Emacs.
13 makeinfo can also output other formats: plain ASCII (with --no-headers)
14 or HTML (with --html) or XML (with --xml).
16 The Emacs function M-x texinfo-format-buffer does more or less the same
17 job, but makeinfo is faster and gives better error messages.