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