diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-12 14:24:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-12 14:24:10 +0100 |
commit | 69baf85d6d764903f086d8baa02fd1aabee0ad99 (patch) | |
tree | 3e32991dd8d923ebedbc08170c63f9152d8d2598 /doc/info/content.texinfo | |
parent | Add libcolour_marshal and libcolour_unmarshal (diff) | |
download | libcolour-69baf85d6d764903f086d8baa02fd1aabee0ad99.tar.gz libcolour-69baf85d6d764903f086d8baa02fd1aabee0ad99.tar.bz2 libcolour-69baf85d6d764903f086d8baa02fd1aabee0ad99.tar.xz |
start on info manual
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/content.texinfo')
-rw-r--r-- | doc/info/content.texinfo | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo new file mode 100644 index 0000000..0d9bcc5 --- /dev/null +++ b/doc/info/content.texinfo @@ -0,0 +1,46 @@ +@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{libcolour}. + +* Free Software Needs Free Documentation:: Why free documentation is important. +* GNU General Public License:: Copying and sharing @command{libcolour}. +* GNU Free Documentation License:: Copying and sharing this manual. + +@detailmenu + --- The Detailed Node Listing --- + +Overview + + +Free Software Needs Free Documentation + +GNU General Public License + +GNU Free Documentation License +@end detailmenu +@end menu +@c In GNU Emacs a @detailmenu can be created with `C-c C-u m`. + + +@include chap/overview.texinfo +@include chap/clut-manipulation.texinfo +@include chap/colour-spaces.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 + |