summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-docs.sgml
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-11 10:56:07 +0100
committerStef Walter <stefw@gnome.org>2013-03-12 09:31:36 +0100
commitdf29c0dcb6cce6a215dee9dc4e17aff59ae67c5b (patch)
treeaf7cadbef8f1dd4390c729d7493e7bfd02940d15 /doc/manual/p11-kit-docs.sgml
parent0a6bf1bfad01aae0b707b9e13e6d14deade9cecf (diff)
doc: Move manual into doc/manual subdirectory
Diffstat (limited to 'doc/manual/p11-kit-docs.sgml')
-rw-r--r--doc/manual/p11-kit-docs.sgml42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/manual/p11-kit-docs.sgml b/doc/manual/p11-kit-docs.sgml
new file mode 100644
index 0000000..0397169
--- /dev/null
+++ b/doc/manual/p11-kit-docs.sgml
@@ -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>