*** empty log message ***
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
1998-05-23 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* configure.in (CFLAGS): added -D_IN_LIBGTOP
|
||||||
|
|
||||||
|
* */Makefile.am (INCLUDES): removed -I$(includedir).
|
||||||
|
|
||||||
1998-05-22 Martin Baulig <martin@home-of-linux.org>
|
1998-05-22 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* doc/{libgtop-ref.sgml, libgtop-ref.dsl}: New files.
|
* doc/{libgtop-ref.sgml, libgtop-ref.dsl}: New files.
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ libgtop-4.shtml
|
|||||||
libgtop-5.shtml
|
libgtop-5.shtml
|
||||||
libgtop-INDEX.shtml
|
libgtop-INDEX.shtml
|
||||||
libgtop-ref
|
libgtop-ref
|
||||||
|
libgtop-ref.ced
|
||||||
libgtop.ced
|
libgtop.ced
|
||||||
libgtop.fot
|
libgtop.fot
|
||||||
libgtop.shtml
|
libgtop.shtml
|
||||||
|
|||||||
@@ -17,6 +17,16 @@
|
|||||||
</affiliation>
|
</affiliation>
|
||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
<abstract>
|
||||||
|
<para>
|
||||||
|
<literal>$Id$</literal>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This reference manual is automatically generated from <filename>doc/make-docbook.scm</filename>.
|
||||||
|
It uses the guile interface of <productname>libgtop</productname> to get the names of all
|
||||||
|
features the library defines and a description of the structures.
|
||||||
|
</abstract>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>1998</year>
|
<year>1998</year>
|
||||||
<holder>Martin Baulig</holder>
|
<holder>Martin Baulig</holder>
|
||||||
@@ -52,9 +62,6 @@
|
|||||||
|
|
||||||
<toc></toc>
|
<toc></toc>
|
||||||
|
|
||||||
<chapter id="reference">
|
|
||||||
<title>Function Reference List</title>
|
|
||||||
|
|
||||||
&reference.sgml;
|
&reference.sgml;
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define make-docbook
|
(define make-function-reference
|
||||||
(lambda (feature)
|
(lambda (feature)
|
||||||
(let* ((names (eval-string (string "(glibtop-names-" feature ")")))
|
(let* ((names (eval-string (string "(glibtop-names-" feature ")")))
|
||||||
(types (eval-string (string "(glibtop-types-" feature ")")))
|
(types (eval-string (string "(glibtop-types-" feature ")")))
|
||||||
@@ -299,8 +299,13 @@
|
|||||||
|
|
||||||
(begin
|
(begin
|
||||||
(make-sysdeps-list)
|
(make-sysdeps-list)
|
||||||
|
|
||||||
|
(display (string "<chapter id=\"functions\">\n"
|
||||||
|
"<title>Function Reference List</title>\n\n")
|
||||||
|
)
|
||||||
|
|
||||||
(for-each (lambda (x)
|
(for-each (lambda (x)
|
||||||
(display (make-docbook x))
|
(display (make-function-reference x))
|
||||||
)
|
)
|
||||||
(glibtop-names-sysdeps))
|
(glibtop-names-sysdeps))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user