| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| cmds.c | 31-Dec-2025 | 49.8K | |
| cmds.h | 31-Dec-2025 | 7.9K | |
| defun.c | 31-Dec-2025 | 20K | |
| defun.h | 31-Dec-2025 | 1.1K | |
| files.c | 14-Jan-2016 | 20.4K | |
| files.h | 14-Jan-2016 | 2.2K | |
| float.c | 31-Dec-2025 | 12.7K | |
| float.h | 14-Jan-2016 | 1.9K | |
| footnote.c | 31-Dec-2025 | 10.8K | |
| footnote.h | 31-Dec-2025 | 1.4K | |
| html.c | 05-Jun-2020 | 23.5K | |
| html.h | 14-Jan-2016 | 2.2K | |
| index.c | 31-Dec-2025 | 29.7K | |
| index.h | 14-Jan-2016 | 3.4K | |
| insertion.c | 31-Dec-2025 | 62.1K | |
| insertion.h | 31-Dec-2025 | 3.4K | |
| lang.c | 31-Dec-2025 | 33.7K | |
| lang.h | 31-Dec-2025 | 4.5K | |
| macro.c | 31-Dec-2025 | 29.1K | |
| macro.h | 31-Dec-2025 | 3.1K | |
| Makefile.am | 14-Jan-2016 | 1.1K | |
| Makefile.in | 14-Jan-2016 | 20.3K | |
| makeinfo.c | 31-Dec-2025 | 120.1K | |
| makeinfo.h | 14-Jan-2016 | 13.3K | |
| multi.c | 31-Dec-2025 | 17.6K | |
| multi.h | 14-Jan-2016 | 1.1K | |
| node.c | 31-Dec-2025 | 55.6K | |
| node.h | 14-Jan-2016 | 5K | |
| README | 14-Jan-2016 | 683 | |
| sectioning.c | 31-Dec-2025 | 23.9K | |
| sectioning.h | 31-Dec-2025 | 3.5K | |
| tests/ | 25-Feb-2026 | ||
| toc.c | 31-Dec-2025 | 11.6K | |
| toc.h | 31-Dec-2025 | 1.9K | |
| xml.c | 14-Jan-2016 | 64.3K | |
| xml.h | 14-Jan-2016 | 5.5K | |
| xref.c | 31-Dec-2025 | 19.8K | |
| xref.h | 14-Jan-2016 | 1.1K | |
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