Split GObject docs away from the remainder of the docs.
commit60d032a6222740e85873eb8d3c0469d206b13a1a
authorOwen Taylor <otaylor@redhat.com>
Wed, 6 Sep 2000 04:32:45 +0000 (6 04:32 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 6 Sep 2000 04:32:45 +0000 (6 04:32 +0000)
tree3169d0639f5f86598d4c41a50fdb6e8866e01202
parent8cc4771fa29192198f86cbf57ccca66659e7f181
Split GObject docs away from the remainder of the docs.

Wed Sep  6 00:30:09 2000  Owen Taylor  <otaylor@redhat.com>

* glib/* gobject/*: Split GObject docs away from
the remainder of the docs.

* glib/Makefile.am gobject/Makefile.am: Rework
to have reasonable dependencies. (No dependencies
on the files actually in the source directories,
so to get it going, you have to do 'make scan',
but after that, things should work OK.)
27 files changed:
docs/reference/glib/.cvsignore [new file with mode: 0644]
docs/reference/glib/Makefile.am
docs/reference/glib/glib-decl.txt [deleted file]
docs/reference/glib/glib-docs.sgml
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/async_queues.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/error_reporting.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/numerical.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/queue.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/random_numbers.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/thread_pools.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/trash_stack.sgml [new file with mode: 0644]
docs/reference/glib/tmpl/types.sgml
docs/reference/glib/tmpl/unicode.sgml [new file with mode: 0644]
docs/reference/gobject/.cvsignore [new file with mode: 0644]
docs/reference/gobject/Makefile.am [copied from docs/reference/glib/Makefile.am with 53% similarity]
docs/reference/gobject/gobject-docs.sgml [new file with mode: 0644]
docs/reference/gobject/gobject-sections.txt [new file with mode: 0644]
docs/reference/gobject/tmpl/enumerations_flags.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/generic_values.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/gobject-unused.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/objects.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/param_specs.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/standard_params.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/types.sgml [copied from docs/reference/glib/tmpl/types.sgml with 99% similarity]
docs/reference/gobject/tmpl/value_collection.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/value_types.sgml [new file with mode: 0644]