diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-02-02 17:50:06 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-02-02 17:50:06 +0100 |
commit | 6f8d188208a7cde29f566d580b1e53dea066925f (patch) | |
tree | b0d46f6073aa496961449ef686b86f73debeffc0 /doc | |
parent | 2c7819301920f4f05219eb124c8e2451a0cacd90 (diff) | |
download | gnutls-6f8d188208a7cde29f566d580b1e53dea066925f.tar.gz |
updated reference manual to remove individual indexes that were not working.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 4 | ||||
-rw-r--r-- | doc/reference/gnutls-docs.sgml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b3719c9c19..8128621e44 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -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 diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml index 16a006ef98..174707d25c 100644 --- a/doc/reference/gnutls-docs.sgml +++ b/doc/reference/gnutls-docs.sgml @@ -39,13 +39,14 @@ <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> |