summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-docs.xml
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-03 10:19:11 +0200
committerStef Walter <stefw@gnome.org>2013-04-03 10:19:11 +0200
commitbd6e31c485cd84746f474a64a63c15a7ea87d650 (patch)
tree46ac7acbb8f66a8321c64f656af2057d7d5727b7 /doc/manual/p11-kit-docs.xml
parente67c0e4465607560e0f6af9e9b0395a9ee78adbc (diff)
downloadp11-kit-bd6e31c485cd84746f474a64a63c15a7ea87d650.tar.gz
Fix documentation so it builds out of tree
Diffstat (limited to 'doc/manual/p11-kit-docs.xml')
-rw-r--r--doc/manual/p11-kit-docs.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/manual/p11-kit-docs.xml b/doc/manual/p11-kit-docs.xml
new file mode 100644
index 0000000..0397169
--- /dev/null
+++ b/doc/manual/p11-kit-docs.xml
@@ -0,0 +1,42 @@
+<?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 version SYSTEM "version.xml">
+]>
+<book id="index">
+ <bookinfo>
+ <title>p11-kit</title>
+ <releaseinfo>for p11-kit &version;</releaseinfo>
+ </bookinfo>
+
+ <xi:include href="p11-kit-config.xml"/>
+ <xi:include href="p11-kit-sharing.xml"/>
+ <xi:include href="p11-kit-trust.xml"/>
+
+ <chapter xml:id="tools">
+ <title>Manual Pages</title>
+ <xi:include href="p11-kit.xml"/>
+ <xi:include href="pkcs11.conf.xml"/>
+ </chapter>
+
+ <chapter xml:id="reference">
+ <title>API Reference</title>
+ <xi:include href="xml/p11-kit.xml"/>
+ <xi:include href="xml/p11-kit-uri.xml"/>
+ <xi:include href="xml/p11-kit-pin.xml"/>
+ <xi:include href="xml/p11-kit-util.xml"/>
+ <xi:include href="xml/p11-kit-future.xml"/>
+
+ <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="annotation-glossary.xml"/>
+ </chapter>
+
+ <xi:include href="p11-kit-devel.xml"/>
+
+</book>