summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-22 23:33:23 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-22 23:33:23 +0000
commit1e541ba56cc00bf2f806c7a50fd898151fdf28c0 (patch)
tree2f37498d5f96dcd4184f27589ca41459f221751d
parentc67ba32006ad2350a1a44a1b29e006083793ae82 (diff)
downloadlibgtop-1e541ba56cc00bf2f806c7a50fd898151fdf28c0.tar.gz
New files. This is a reference manual that gets automatically build from
* doc/{libgtop-ref.sgml, libgtop-ref.dsl}: New files. This is a reference manual that gets automatically build from make-docbook.scm.
-rw-r--r--doc/libgtop-ref.dsl12
-rw-r--r--doc/libgtop-ref.sgml60
2 files changed, 72 insertions, 0 deletions
diff --git a/doc/libgtop-ref.dsl b/doc/libgtop-ref.dsl
new file mode 100644
index 00000000..78cd4cb8
--- /dev/null
+++ b/doc/libgtop-ref.dsl
@@ -0,0 +1,12 @@
+<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY dbtohtml.dsl SYSTEM "dbtohtml.dsl" CDATA DSSSL >
+]>
+
+<style-specification id="libgtoprefdbtohtml" use="dbtohtml">
+
+(define %output-basename% "libgtop-ref")
+(define %output-directory% "libgtop-ref")
+
+</style-specification>
+
+<external-specification id="dbtohtml" document="dbtohtml.dsl">
diff --git a/doc/libgtop-ref.sgml b/doc/libgtop-ref.sgml
new file mode 100644
index 00000000..292d3a20
--- /dev/null
+++ b/doc/libgtop-ref.sgml
@@ -0,0 +1,60 @@
+<!-- $Id$ -->
+
+<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
+<!entity reference.sgml SYSTEM "../guile/reference.sgml" >
+]>
+<book>
+ <bookinfo>
+ <title>LibGTop Reference Manual</title>
+ <authorgroup>
+ <author>
+ <firstname>Martin</firstname>
+ <surname>Baulig</surname>
+ <affiliation>
+ <address>
+ <email>martin@home-of-linux.org</email>
+ </address>
+ </affiliation>
+ </author>
+ </authorgroup>
+ <copyright>
+ <year>1998</year>
+ <holder>Martin Baulig</holder>
+ </copyright>
+ <legalnotice>
+
+ <para>
+ This documentation is free software; you can redistribute
+ it and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+
+ <para>
+ This library is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+
+ <para>
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ MA 02111-1307 USA
+
+ <para>
+ For more details see the file COPYING in the source
+ distribution of LibGTop.</para>
+
+ </legalnotice>
+ </bookinfo>
+
+ <toc></toc>
+
+ <chapter id="reference">
+ <title>Function Reference List</title>
+
+ &reference.sgml;
+
+</book>