diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-06 20:36:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-06 20:46:04 +0200 |
commit | 67bc1de939bdfb2072074bc9554dfea9b32f64cd (patch) | |
tree | 1870ce05873f8ed9cdfa87fafa0d8b3e6223dd8d /doc/info/content.texinfo | |
parent | fix cielab to ciexyz conversion (diff) | |
download | libclut-67bc1de939bdfb2072074bc9554dfea9b32f64cd.tar.gz libclut-67bc1de939bdfb2072074bc9554dfea9b32f64cd.tar.bz2 libclut-67bc1de939bdfb2072074bc9554dfea9b32f64cd.tar.xz |
Simplify
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/content.texinfo')
-rw-r--r-- | doc/info/content.texinfo | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo deleted file mode 100644 index eb1b40c..0000000 --- a/doc/info/content.texinfo +++ /dev/null @@ -1,54 +0,0 @@ -@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}. -* CLUT Manipulation:: Function-like macros for CLUT manipulation. -* Colour Spaces:: Colour space conversion functions. - -* 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. - -@detailmenu - --- The Detailed Node Listing --- - -Overview - -CLUT Manipulation - -Colour Spaces - -* RGB Conversion:: RGB colour space conversion functions. - - -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 - |