Home | History | Annotate | only in /src/external/gpl2/texinfo/dist/makeinfo
Up to higher level directory
NameDateSize
cmds.c31-Dec-202549.8K
cmds.h31-Dec-20257.9K
defun.c31-Dec-202520K
defun.h31-Dec-20251.1K
files.c14-Jan-201620.4K
files.h14-Jan-20162.2K
float.c31-Dec-202512.7K
float.h14-Jan-20161.9K
footnote.c31-Dec-202510.8K
footnote.h31-Dec-20251.4K
html.c05-Jun-202023.5K
html.h14-Jan-20162.2K
index.c31-Dec-202529.7K
index.h14-Jan-20163.4K
insertion.c31-Dec-202562.1K
insertion.h31-Dec-20253.4K
lang.c31-Dec-202533.7K
lang.h31-Dec-20254.5K
macro.c31-Dec-202529.1K
macro.h31-Dec-20253.1K
Makefile.am14-Jan-20161.1K
Makefile.in14-Jan-201620.3K
makeinfo.c31-Dec-2025120.1K
makeinfo.h14-Jan-201613.3K
multi.c31-Dec-202517.6K
multi.h14-Jan-20161.1K
node.c31-Dec-202555.6K
node.h14-Jan-20165K
README14-Jan-2016683
sectioning.c31-Dec-202523.9K
sectioning.h31-Dec-20253.5K
tests/25-Feb-2026
toc.c31-Dec-202511.6K
toc.h31-Dec-20251.9K
xml.c14-Jan-201664.3K
xml.h14-Jan-20165.5K
xref.c31-Dec-202519.8K
xref.h14-Jan-20161.1K

README

      1 Id: README,v 1.3 2004/04/11 17:56:46 karl Exp 
      2 texinfo/makeinfo/README
      3 
      4   Copyright (C) 2002 Free Software Foundation, Inc.
      5 
      6   Copying and distribution of this file, with or without modification,
      7   are permitted in any medium without royalty provided the copyright
      8   notice and this notice are preserved.
      9 
     10 makeinfo is a standalone program to convert Texinfo source into Info
     11 files readable with standalone info or M-x info in Emacs.
     12 
     13 makeinfo can also output other formats: plain ASCII (with --no-headers)
     14 or HTML (with --html) or XML (with --xml).
     15 
     16 The Emacs function M-x texinfo-format-buffer does more or less the same
     17 job, but makeinfo is faster and gives better error messages.
     18