Name Date Size #Lines LOC

..--

tests/H20-Feb-2020-1,389951

Makefile.amH A D20-Feb-20201.1 KiB2912

Makefile.inH A D20-Feb-202020.3 KiB601518

READMEH A D20-Feb-2020690 1812

cmds.cH A D20-Feb-202048.4 KiB1,8851,521

cmds.hH A D20-Feb-20205.3 KiB214148

defun.cH A D20-Feb-202019.9 KiB721524

defun.hH A D20-Feb-20201 KiB326

files.cH A D29-Jan-202520.4 KiB785562

files.hH A D20-Feb-20202.2 KiB7142

float.cH A D20-Feb-202012.6 KiB431304

float.hH A D20-Feb-20201.8 KiB5729

footnote.cH A D20-Feb-202010.7 KiB392270

footnote.hH A D20-Feb-20201.3 KiB3911

html.cH A D20-Feb-202023.5 KiB826554

html.hH A D20-Feb-20202.1 KiB6626

index.cH A D20-Feb-202028.8 KiB965665

index.hH A D20-Feb-20203.3 KiB9435

insertion.cH A D20-Feb-202060.8 KiB2,3771,831

insertion.hH A D20-Feb-20202.9 KiB7951

lang.cH A D20-Feb-202033.6 KiB1,021809

lang.hH A D20-Feb-20204.3 KiB14989

macro.cH A D20-Feb-202029 KiB1,109796

macro.hH A D20-Feb-20202.9 KiB7842

makeinfo.cH A D08-Jul-2024119.7 KiB4,1683,003

makeinfo.hH A D20-Feb-202013.1 KiB387182

multi.cH A D20-Feb-202017.5 KiB639400

multi.hH A D20-Feb-20201,015 296

node.cH A D20-Feb-202055.5 KiB1,9441,428

node.hH A D20-Feb-20204.9 KiB13058

sectioning.cH A D08-Jul-202423.3 KiB832550

sectioning.hH A D20-Feb-20202.9 KiB10447

toc.cH A D20-Feb-202011.6 KiB389248

toc.hH A D20-Feb-20201.8 KiB4615

xml.cH A D29-Jan-202564.5 KiB2,3351,916

xml.hH A D20-Feb-20205.4 KiB160114

xref.cH A D20-Feb-202019.6 KiB621498

xref.hH A D20-Feb-20201,018 318

README

1$Id: README,v 1.1.1.5 2006/07/17 16:03:45 espie Exp $
2texinfo/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
10makeinfo is a standalone program to convert Texinfo source into Info
11files readable with standalone info or M-x info in Emacs.
12
13makeinfo can also output other formats: plain ASCII (with --no-headers)
14or HTML (with --html) or XML (with --xml).
15
16The Emacs function M-x texinfo-format-buffer does more or less the same
17job, but makeinfo is faster and gives better error messages.
18