summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-16 13:34:05 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-16 13:34:05 +0000
commit6712cae260eba3e1c68690ce90f3484c3770380d (patch)
tree6ae625547eb01487d5c933bc66c64ef045a3f76c /doc
parent6ddf213d5d107d509f528a1aa47c34e8f3ef960d (diff)
downloadlibgtop-6712cae260eba3e1c68690ce90f3484c3770380d.tar.gz
Added title page, table of contents etc.
Diffstat (limited to 'doc')
-rw-r--r--doc/.cvsignore2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/about.texi4
-rw-r--r--doc/libgtop.texi79
-rw-r--r--doc/reference.texi2
5 files changed, 84 insertions, 5 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore
index a642634d..14986ce0 100644
--- a/doc/.cvsignore
+++ b/doc/.cvsignore
@@ -5,3 +5,5 @@ Makefile
*.log *.toc *.dvi *.aux *.cp *.fn *.vr *.tp *.ky *.pg
*.ps
auto-macros.texi
+version.texi
+stamp-vti
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ae8b3294..d88b91a9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
info_TEXINFOS = libgtop.texi
libgtop_TEXINFOS = libgtop.texi about.texi reference.texi \
- auto-macros.texi
+ auto-macros.texi version.texi
EXTRA_DIST = auto-macros.texi.in
diff --git a/doc/about.texi b/doc/about.texi
index bed42aca..83f36d35 100644
--- a/doc/about.texi
+++ b/doc/about.texi
@@ -1,4 +1,6 @@
-@node About, Reference Manual, Top, Top
+@include auto-macros.texi
+
+@node About, White Paper, Top, Top
@chapter About LibGTop
LibGTop is a library to get system specific data such as CPU and Memory Usage
diff --git a/doc/libgtop.texi b/doc/libgtop.texi
index 9fdf146b..d9f3bb79 100644
--- a/doc/libgtop.texi
+++ b/doc/libgtop.texi
@@ -5,12 +5,84 @@
@setchapternewpage odd
@c %**end of header
+@include version.texi
+
+@ifinfo
+This is the LibGTop Reference Manual version @value{VERSION}
+(last modified @value{UPDATED}).
+
+Copyright 1999 Free Software Foundation, Inc.
+
+Permission is granted to make and distribute verbatim
+copies of this manual provided the copyright notice and
+this permission notice are preserved on all copies.
+
+@ignore
+Permission is granted to process this file through TeX
+and print the results, provided the printed document
+carries a copying permission notice identical to this
+one except for the removal of this paragraph (this
+paragraph not being relevant to the printed manual).
+
+@end ignore
+Permission is granted to copy and distribute modified
+versions of this manual under the conditions for
+verbatim copying, provided also that the sections
+entitled ``Copying'' and ``GNU General Public License''
+are included exactly as in the original, and provided
+that the entire resulting derived work is distributed
+under the terms of a permission notice identical to this
+one.
+
+Permission is granted to copy and distribute
+translations of this manual into another language,
+under the above conditions for modified versions,
+except that this permission notice may be stated in a
+translation approved by the Free Software Foundation.
+
+@end ifinfo
+
+@titlepage
+@title LibGTop Reference Manual
+@subtitle Version @value{VERSION} - @value{UPDATED}
+@author Martin Baulig
+
+@page
+@vskip 0pt plus 1filll
+Copyright @copyright{} 1999 Free Software Foundation, Inc.
+
+Permission is granted to make and distribute verbatim
+copies of this manual provided the copyright notice and
+this permission notice are preserved on all copies.
+
+Permission is granted to copy and distribute modified
+versions of this manual under the conditions for
+verbatim copying, provided also that the sections
+entitled ``Copying'' and ``GNU General Public License''
+are included exactly as in the original, and provided
+that the entire resulting derived work is distributed
+under the terms of a permission notice identical to this
+one.
+
+Permission is granted to copy and distribute
+translations of this manual into another language,
+under the above conditions for modified versions,
+except that this permission notice may be stated in a
+translation approved by the Free Software Foundation.
+@end titlepage
+
+@contents
+
@node Top, About, (dir), (dir)
@menu
* About:: About LibGTop
+* White Paper:: LibGTop White Paper
* Reference Manual:: LibGTop Reference Manual
+
+
+
--- The Detailed Node Listing ---
About LibGTop
@@ -20,6 +92,10 @@ About LibGTop
* Mailing List:: Helping with LibGTop development
* Thanks:: People who contributed to LibGTop
+LibGTop White Paper
+
+* Introduction::
+
LibGTop Reference Manual
* glibtop_cpu:: CPU Usage.
@@ -33,9 +109,8 @@ LibGTop Reference Manual
* glibtop_proc_mem:: Process Memory Information.
@end menu
-@include auto-macros.texi
-
@include about.texi
+@include white-paper.texi
@include reference.texi
@bye
diff --git a/doc/reference.texi b/doc/reference.texi
index 9104b910..ecd83124 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -1,4 +1,4 @@
-@node Reference Manual, , About, Top
+@node Reference Manual, , White Paper, Top
@chapter LibGTop Reference Manual
@menu