[phodav] build-sys: fix make -j



commit 71afa83bfa7225ed0539c5887afc5dea6a4ccf31
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Dec 20 10:53:27 2016 +0100

    build-sys: fix make -j
    
    Adds doc/reference/phodav-2.0-docs.sgml to fix parallel make.
    
    Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=752157
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 doc/reference/phodav-2.0-docs.sgml     |   37 ++++++++++++++++++++++++++++++++
 doc/reference/phodav-2.0-sections.txt  |   16 +++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/phodav-2.0-docs.sgml b/doc/reference/phodav-2.0-docs.sgml
new file mode 100644
index 0000000..cc6a574
--- /dev/null
+++ b/doc/reference/phodav-2.0-docs.sgml
@@ -0,0 +1,37 @@
+<?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'">
+  <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
+  %gtkdocentities;
+]>
+<book id="index">
+  <bookinfo>
+    <title>&package_name; Reference Manual</title>
+    <releaseinfo>
+      for &package_string;.
+      The latest version of this documentation can be found on-line at
+      <ulink role="online-location" 
url="https://developer.gnome.org/phodav/unstable/PhodavServer.html";>https://developer.gnome.org/phodav/unstable/PhodavServer.html/</ulink>.
+    </releaseinfo>
+  </bookinfo>
+
+  <chapter>
+    <title>PhoDAV API</title>
+        <xi:include href="xml/phodav-server.xml"/>
+
+  </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>
+  <index id="deprecated-api-index" role="deprecated">
+    <title>Index of deprecated API</title>
+    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+  </index>
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+</book>
diff --git a/doc/reference/phodav-2.0-overrides.txt b/doc/reference/phodav-2.0-overrides.txt
new file mode 100644
index 0000000..e69de29
diff --git a/doc/reference/phodav-2.0-sections.txt b/doc/reference/phodav-2.0-sections.txt
new file mode 100644
index 0000000..776104c
--- /dev/null
+++ b/doc/reference/phodav-2.0-sections.txt
@@ -0,0 +1,16 @@
+<SECTION>
+<FILE>phodav-server</FILE>
+phodav_server_new
+phodav_server_get_soup_server
+<SUBSECTION Standard>
+PHODAV_IS_SERVER
+PHODAV_IS_SERVER_CLASS
+PHODAV_SERVER
+PHODAV_SERVER_CLASS
+PHODAV_SERVER_GET_CLASS
+PHODAV_TYPE_SERVER
+PhodavServer
+PhodavServerClass
+phodav_server_get_type
+</SECTION>
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]