diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2013-08-13 17:56:45 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2013-08-13 18:40:29 +0200 |
commit | d7730acae904b75c11664b4cf90a7653f94d9636 (patch) | |
tree | e6ffd12c51d4bad35805f7e4f0065545f64b76c8 /docs |
Import basic library framework
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 42 | ||||
-rw-r--r-- | docs/libvirt-builder-docs.xml | 25 |
2 files changed, 67 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 0000000..7ccc837 --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,42 @@ +DOC_MODULE=libvirt-builder + +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml + +DOC_SOURCE_DIR=$(top_srcdir)/libvirt-builder + +SCANGOBJ_OPTIONS= + +SCAN_OPTIONS=--rebuild-sections --rebuild-types + +MKDB_OPTIONS=--sgml-mode --output-format=xml + +MKTMPL_OPTIONS= + +MKHTML_OPTIONS= + +FIXXREF_OPTIONS= + +HFILE_GLOB=$(top_srcdir)/libvirt-builder/*.h +CFILE_GLOB=$(top_srcdir)/libvirt-builder/*.c + +IGNORE_HFILES= + +HTML_IMAGES= + +content_files= + +expand_content_files= + +GTKDOC_CFLAGS= \ + $(GOBJECT2_CFLAGS) \ + $(LIBOSINFO_CFLAGS) \ + $(LIBVIRT_GCONFIG_CFLAGS) \ + $(LIBVIRT_GOBJECT_CFLAGS) +GTKDOC_LIBS = \ + $(GOBJECT2_LIBS) \ + $(LIBOSINFO_LIBS) \ + $(LIBVIRT_GCONFIG_LIBS) \ + $(LIBVIRT_GOBJECT_LIBS) \ + $(top_builddir)/libvirt-builder/libvirt-builder-1.0.la + +include $(top_srcdir)/gtk-doc.make diff --git a/docs/libvirt-builder-docs.xml b/docs/libvirt-builder-docs.xml new file mode 100644 index 0000000..319fe75 --- /dev/null +++ b/docs/libvirt-builder-docs.xml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> +]> +<book id="index"> + <bookinfo> + <title>Libvirt-builder Reference Manual</title> + </bookinfo> + + <chapter> + <title>Libvirt-builder</title> + </chapter> + <chapter id="object-tree"> + <title>Object Hierarchy</title> + <xi:include href="xml/tree_index.sgml"/> + </chapter> + <index id="api-index-full"> + <title>API Index</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> +</book> |