From 78cbbb2615d8b6b81ac8232440a5a4110b13afd2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 6 Jan 2016 00:33:06 +0100 Subject: begin on texinfo manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/content.texinfo | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/info/content.texinfo (limited to 'doc/info/content.texinfo') diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo new file mode 100644 index 0000000..0eeeac9 --- /dev/null +++ b/doc/info/content.texinfo @@ -0,0 +1,31 @@ +@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{libclut}. + +* Free Software Needs Free Documentation:: Why free documentation is important. +* GNU General Public License:: Copying and sharing @command{libclut}. +* 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 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 + -- cgit v1.2.3-70-g09d2