Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl2/texinfo/dist/makeinfo
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:51 -
tests/ 2024-02-15 03:47 -
README 2016-01-14 09:11 683
multi.h 2016-01-14 09:11 1.1K
xref.h 2016-01-14 09:11 1.1K
Makefile.am 2016-01-14 09:11 1.1K
defun.h 2016-01-14 09:11 1.1K
footnote.h 2016-01-14 09:11 1.4K
toc.h 2016-01-14 09:11 1.8K
float.h 2016-01-14 09:11 1.9K
html.h 2016-01-14 09:11 2.2K
files.h 2016-01-14 09:34 2.2K
macro.h 2016-01-14 09:11 3.0K
insertion.h 2016-01-14 09:11 3.0K
sectioning.h 2016-01-14 09:11 3.0K
index.h 2016-01-14 09:11 3.4K
lang.h 2016-01-14 09:11 4.4K
node.h 2016-01-14 09:11 5.0K
cmds.h 2016-01-14 09:11 5.4K
xml.h 2016-01-14 09:11 5.5K
footnote.c 2016-01-14 09:11 11K
toc.c 2016-01-14 09:11 12K
float.c 2016-01-14 09:11 13K
makeinfo.h 2016-01-14 09:34 13K
multi.c 2016-01-14 09:11 18K
xref.c 2016-01-14 09:11 20K
defun.c 2016-01-14 09:11 20K
Makefile.in 2016-01-14 09:11 20K
files.c 2016-01-14 09:34 20K
sectioning.c 2016-01-14 09:34 23K
html.c 2016-01-14 09:11 23K
index.c 2016-01-14 09:11 29K
macro.c 2016-01-14 09:11 29K
lang.c 2016-01-14 09:11 34K
cmds.c 2016-01-14 09:34 48K
node.c 2016-01-14 09:34 56K
insertion.c 2016-01-14 09:11 61K
xml.c 2016-01-14 09:34 64K
makeinfo.c 2016-01-14 09:34 120K
Id: README,v 1.3 2004/04/11 17:56:46 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.