diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:41:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:41:11 +0100 |
commit | a7967eab1ab4ace63b5c04a367c205afe3479cc1 (patch) | |
tree | 3f6acfc5d1cf7532a97e67d85bc0d178b6d8f36a /doc/info/content.texinfo | |
parent | add deps + add install + add news + add build system (diff) | |
download | sleeping-getty-a7967eab1ab4ace63b5c04a367c205afe3479cc1.tar.gz sleeping-getty-a7967eab1ab4ace63b5c04a367c205afe3479cc1.tar.bz2 sleeping-getty-a7967eab1ab4ace63b5c04a367c205afe3479cc1.tar.xz |
empty 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 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo new file mode 100644 index 0000000..4225cd3 --- /dev/null +++ b/doc/info/content.texinfo @@ -0,0 +1,33 @@ +@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{sleeping-getty}. +* Invoking:: Invocation of @command{sleeping-getty}. + +* Free Software Needs Free Documentation:: Why free documentation is important. +* GNU General Public License:: Copying and sharing @command{sleeping-getty}. +* 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 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 + |