aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/content.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-05 00:04:20 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-05 00:04:20 +0100
commit66e0606efce292e5fc33375b9653e873dc91e8f9 (patch)
tree57f8deb452873809088b4993339c66c003b770e6 /doc/info/content.texinfo
parentmacro that allows errno == 0 (diff)
downloadlibhaiku-66e0606efce292e5fc33375b9653e873dc91e8f9.tar.gz
libhaiku-66e0606efce292e5fc33375b9653e873dc91e8f9.tar.bz2
libhaiku-66e0606efce292e5fc33375b9653e873dc91e8f9.tar.xz
add 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.texinfo31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo
new file mode 100644
index 0000000..08079e3
--- /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{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
+