diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-31 12:00:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-31 12:00:20 +0100 |
commit | bbdf246fd647e4a342edad35d601f8b8252610a7 (patch) | |
tree | 55a083d25860a0d02fb81ff460100189e7f90857 /doc/info/content.texinfo | |
parent | m makefile (diff) | |
download | learn-your-telephone-number-bbdf246fd647e4a342edad35d601f8b8252610a7.tar.gz learn-your-telephone-number-bbdf246fd647e4a342edad35d601f8b8252610a7.tar.bz2 learn-your-telephone-number-bbdf246fd647e4a342edad35d601f8b8252610a7.tar.xz |
add texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/content.texinfo')
-rw-r--r-- | doc/info/content.texinfo | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo new file mode 100644 index 0000000..052c1f0 --- /dev/null +++ b/doc/info/content.texinfo @@ -0,0 +1,28 @@ +@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{learn-your-telephone-number}. +* Invoking:: How to use @command{learn-your-telephone-number}. + +* Free Software Needs Free Documentation:: Why free documentation is important. +* 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/invoking.texinfo + +@include appx/free-software-needs-free-documentation.texinfo + +@node GNU Free Documentation License +@appendix GNU Free Documentation License +@include appx/fdl.texinfo + |