freebsd-skq/contrib/texinfo/makeinfo
Ruslan Ermilov f82e2b21e8 This commit was generated by cvs2svn to compensate for changes in r116525,
which included commits to RCS files with non-trunk default branches.
2003-06-18 12:57:43 +00:00
..
cmds.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
cmds.h
defun.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
defun.h
files.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
files.h Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
footnote.c
footnote.h
html.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
html.h
index.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
index.h
insertion.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
insertion.h
lang.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
lang.h Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
macro.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
macro.h
makeinfo.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
makeinfo.h Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
multi.c
node.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
node.h
README
sectioning.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
sectioning.h
texinfo.dtd
texinfo.xsl
toc.c
toc.h
xml.c Import of stripped down GNU texinfo 4.6 2003-06-18 12:57:43 +00:00
xml.h

$Id: README,v 1.2 2002/09/11 16:32:09 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.