aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/content.texinfo
blob: 25719b2c3bb19eb8d50ea02dfcba9e96cc7590bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@c  This file includes everything after the titlepage.


@ifnothtml
@c @shortcontents  @c (if the table of content gets too large.)
@contents
@end ifnothtml


@menu
* Overview::                                Brief overview of @command{libred}.
* Constants::                               Symbolic constants in @file{<libred.h>}.
* Macros::                                  Macros in @file{<libred.h>}.
* Functions::                               Functions in @file{<libred.h>}.
* Variables::                               External variables in @file{<libred.h>}.

* Free Software Needs Free Documentation::  Why free documentation is important.
* GNU General Public License::              Copying and sharing @command{libred}.
* GNU Free Documentation License::          Copying and sharing this manual.
@end menu
@c In GNU Emacs a @detailmenu can be created with `C-c C-u m`.


@include chap/overview.texinfo
@include chap/constants.texinfo
@include chap/macros.texinfo
@include chap/functions.texinfo
@include chap/variables.texinfo

@include appx/free-software-needs-free-documentation.texinfo

@node GNU General Public License
@appendix GNU General Public License
@include appx/gpl.texinfo

@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include appx/fdl.texinfo