Home | History | Annotate | Line # | Download | only in makeinfo
      1  1.1  christos Id: README,v 1.3 2004/04/11 17:56:46 karl Exp 
      2  1.1  christos texinfo/makeinfo/README
      3  1.1  christos 
      4  1.1  christos   Copyright (C) 2002 Free Software Foundation, Inc.
      5  1.1  christos 
      6  1.1  christos   Copying and distribution of this file, with or without modification,
      7  1.1  christos   are permitted in any medium without royalty provided the copyright
      8  1.1  christos   notice and this notice are preserved.
      9  1.1  christos 
     10  1.1  christos makeinfo is a standalone program to convert Texinfo source into Info
     11  1.1  christos files readable with standalone info or M-x info in Emacs.
     12  1.1  christos 
     13  1.1  christos makeinfo can also output other formats: plain ASCII (with --no-headers)
     14  1.1  christos or HTML (with --html) or XML (with --xml).
     15  1.1  christos 
     16  1.1  christos The Emacs function M-x texinfo-format-buffer does more or less the same
     17  1.1  christos job, but makeinfo is faster and gives better error messages.
     18