NetBSD/gnu/dist/texinfo/makeinfo
wiz f4370a0607 Handle conflicts after 4.3 import. 2003-01-17 15:25:44 +00:00
..
tests Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
Makefile.am Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
Makefile.in Handle conflicts after 4.3 import. 2003-01-17 15:25:44 +00:00
README Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
cmds.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
cmds.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
defun.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
defun.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
files.c Handle conflicts after 4.3 import. 2003-01-17 15:25:44 +00:00
files.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
footnote.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
footnote.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
html.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
html.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
index.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
index.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
insertion.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
insertion.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
lang.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
lang.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
macro.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
macro.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
makeinfo.c Handle conflicts after 4.3 import. 2003-01-17 15:25:44 +00:00
makeinfo.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
multi.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
node.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
node.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
sectioning.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
sectioning.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
texinfo.dtd Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
texinfo.xsl Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
toc.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
toc.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
xml.c Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00
xml.h Import of texinfo-4.3. 2003-01-17 14:54:14 +00:00

README

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.