gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_7-46-g391efb0


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_7-46-g391efb0
Date: Wed, 09 Nov 2011 14:53:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=391efb0975aed21a306d37963fcbe75b292f0a48

The branch, master has been updated
       via  391efb0975aed21a306d37963fcbe75b292f0a48 (commit)
      from  73a6d8dd4486432768c1c0bb7ec738b88182de9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 391efb0975aed21a306d37963fcbe75b292f0a48
Author: Simon Josefsson <address@hidden>
Date:   Wed Nov 9 15:50:55 2011 +0100

    Update gtk-doc template.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                   |    1 +
 doc/reference/gnutls-docs.sgml |   26 ++++++++++++++++++--------
 doc/reference/version.xml.in   |    1 +
 3 files changed, 20 insertions(+), 8 deletions(-)
 create mode 100644 doc/reference/version.xml.in

diff --git a/configure.ac b/configure.ac
index 5c67940..8d47fbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -449,6 +449,7 @@ AC_CONFIG_FILES([
   doc/examples/Makefile
   doc/manpages/Makefile
   doc/reference/Makefile
+  doc/reference/version.xml
   doc/scripts/Makefile
   gl/Makefile
   gl/tests/Makefile
diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml
index 90b6162..63df17c 100644
--- a/doc/reference/gnutls-docs.sgml
+++ b/doc/reference/gnutls-docs.sgml
@@ -1,9 +1,18 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
-<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
+<!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>GnuTLS API Reference Manual</title>
+    <releaseinfo>
+      for GnuTLS &version;.
+      The latest version of this documentation can be found on-line at
+      <ulink role="online-location" 
url="https://www.gnu.org/software/gnutls/reference/";>https://www.gnu.org/software/gnutls/reference/</ulink>.
+    </releaseinfo>
   </bookinfo>
 
   <chapter id="intro">
@@ -23,15 +32,16 @@
     <xi:include href="xml/gnutls.xml"/>
     <xi:include href="xml/abstract.xml"/>
     <xi:include href="xml/x509.xml"/>
-    <xi:include href="xml/pkcs11.xml"/>
-    <xi:include href="xml/pkcs12.xml"/>
     <xi:include href="xml/openpgp.xml"/>
-    <xi:include href="xml/crypto.xml"/>
     <xi:include href="xml/dtls.xml"/>
-  </chapter>
+    <xi:include href="xml/crypto.xml"/>
+    <xi:include href="xml/pkcs11.xml"/>
+    <xi:include href="xml/pkcs12.xml"/>
 
+  </chapter>
   <index id="api-index-full">
-    <title>Index of all symbols</title>
+    <title>API Index</title>
+    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
   <index role="deprecated" id="api-index-deprecated">
     <title>Index of deprecated symbols</title>
diff --git a/doc/reference/version.xml.in b/doc/reference/version.xml.in
new file mode 100644
index 0000000..27323da
--- /dev/null
+++ b/doc/reference/version.xml.in
@@ -0,0 +1 @@
address@hidden@
\ No newline at end of file


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]