1998-10-12 Martin Baulig <martin@home-of-linux.org> * make-docbook.scm: Use `load-primitive' instead of `load'. * Makefile.am: Make `make-docbook.sm' depend upon `features.scm' and `dist-hook' depend upon `reference.sgml'.
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
1998-10-12 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* make-docbook.scm: Use `load-primitive' instead of `load'.
|
|
* Makefile.am: Make `make-docbook.sm' depend upon `features.scm'
|
|
and `dist-hook' depend upon `reference.sgml'.
|
|
|
|
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* reference.sgml: Removed. This is a generated file.
|
|
|
|
* Makefile.am: Added rule to make `reference.sgml' from
|
|
`features.scm' using `make-docbook.scm'.
|
|
(DISTCLEANFILES): Added `reference.sgml'.
|
|
(EXTRA_DIST): Added `make-docbook.scm'.
|
|
(noinst_DATA): Added `reference.sgml'.
|
|
|
|
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
This directory has been moved from the `libgtop' module to the
|
|
`libgtop-docu' module in the GNOME CVS.
|
|
|
|
* make-docbook.scm: Make it work with the new Guile interface
|
|
of LibGTop from the libgtop-bindings module.
|
|
|
|
* Makefile.am: Use the installed `features.def' file of LibGTop
|
|
to create the `features.scm'.
|
|
|
|
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* dynamic.c, dynamic_names.c: Removed.
|
|
* Makefile.am: No longer create `libgtop.so'.
|
|
|
|
1998-07-29 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* dynamic.c, dynamic_names.c: New files.
|
|
|
|
* Makefile.am: New file. Creates `libgtop.so' and
|
|
`libnames.so' which will be installed in
|
|
`$(datadir)/guile/libgtop'; just do a
|
|
`(use-modules (libgtop libgtop) (libgtop names))' in
|
|
guile to use them.
|
|
|