]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated reference manual to remove individual indexes that were not working.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 2 Feb 2014 16:50:06 +0000 (17:50 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 2 Feb 2014 16:50:50 +0000 (17:50 +0100)
doc/reference/Makefile.am
doc/reference/gnutls-docs.sgml

index b3719c9c19463e6eda16981377ee89816227c40e..8128621e449b141af42880cd24b88fd3cec2ae0b 100644 (file)
@@ -22,7 +22,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # gtk-doc will search all .c and .h files beneath these paths
 # for inline comments documenting functions and macros.
 # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
-DOC_SOURCE_DIR=../../lib
+DOC_SOURCE_DIR=$(top_srcdir)/lib $(top_srcdir)/libdane/
 
 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
 SCANGOBJ_OPTIONS=
@@ -92,7 +92,7 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=
+EXTRA_DIST += version.xml.in
 
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
index 16a006ef9894b28603ccb27bd42ca13bfa65fc7c..174707d25c69ff1adf7f19411e570f1d950ea617 100644 (file)
     <xi:include href="xml/ocsp.xml"/>
     <xi:include href="xml/dtls.xml"/>
     <xi:include href="xml/tpm.xml"/>
-<!--    <xi:include href="xml/dane.xml"/> -->
+<!--    <xi:include href="xml/dane.xml"/>-->
 
   </chapter>
   <index id="api-index-full">
     <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>
   </index>
@@ -73,4 +74,5 @@
   <index role="3.2" id="api-index-3-2">
     <title>Index of new symbols in 3.2.x</title>
   </index>
+-->
 </book>