diff options
author | Mattias Andrée <maandree@kth.se> | 2021-03-01 02:12:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-03-01 02:12:58 +0100 |
commit | eebadeb4b4ee60dc768afd3036e3a29833ccb51e (patch) | |
tree | e20184a304c0ba1160477b644504fbb2e8146319 /doc/info/content.texinfo | |
parent | fix build (diff) | |
download | libhaiku-eebadeb4b4ee60dc768afd3036e3a29833ccb51e.tar.gz libhaiku-eebadeb4b4ee60dc768afd3036e3a29833ccb51e.tar.bz2 libhaiku-eebadeb4b4ee60dc768afd3036e3a29833ccb51e.tar.xz |
misc + change license + changed behaviour of libhaiku_perror
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/content.texinfo')
-rw-r--r-- | doc/info/content.texinfo | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo deleted file mode 100644 index 08079e3..0000000 --- a/doc/info/content.texinfo +++ /dev/null @@ -1,31 +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{libhaiku}. - -* Free Software Needs Free Documentation:: Why free documentation is important. -* GNU General Public License:: Copying and sharing @command{libhaiku}. -* 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 - |