NetBSD/gnu/dist/texinfo/makeinfo
martin 5ea85d45ac Do not search the info path when opening our own output file. We may find
an old (shorter) version somewhere and SIGSEGV due to different filesize.
Fixes PR toolchain/26791. Already forwarded to texinfo maintainers.
2004-08-29 08:16:18 +00:00
..
tests
Makefile.am
Makefile.in
README
cmds.c Work around the 'bad address' problem by only looking for files that 2004-07-14 00:12:28 +00:00
cmds.h
defun.c
defun.h
files.c Work around the 'bad address' problem by only looking for files that 2004-07-14 00:12:28 +00:00
files.h Work around the 'bad address' problem by only looking for files that 2004-07-14 00:12:28 +00:00
float.c
float.h
footnote.c
footnote.h
html.c
html.h
index.c
index.h
insertion.c
insertion.h
lang.c
lang.h
macro.c
macro.h
makeinfo.c Work around the 'bad address' problem by only looking for files that 2004-07-14 00:12:28 +00:00
makeinfo.h
multi.c
multi.h
node.c Do not search the info path when opening our own output file. We may find 2004-08-29 08:16:18 +00:00
node.h
sectioning.c
sectioning.h
toc.c
toc.h
xml.c
xml.h
xref.c
xref.h

README

Id: README,v 1.1.1.1 2003/12/06 01:33:19 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.