summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-18 10:07:59 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-18 10:07:59 +0200
commit21d1c8e2a8e15ac45ec4ceeea2c31af1a773183b (patch)
tree95ebdee9c50fb2006662989ec0388c0e6cf1f64c
parent266cd9b7670eac9682b6d62f74348c22eea6c2e7 (diff)
downloadgnutls-21d1c8e2a8e15ac45ec4ceeea2c31af1a773183b.tar.gz
Don't document opencdk API.
-rw-r--r--doc/reference/Makefile.am4
-rw-r--r--doc/reference/gnutls-docs.sgml1
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 747b62cd64..ef10f01895 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -46,7 +46,6 @@ HFILE_GLOB=$(top_srcdir)/includes/gnutls/*.h $(top_builddir)/includes/gnutls/*.h
CFILE_GLOB=$(top_srcdir)/lib/*.c \
$(top_srcdir)/lib/x509/*.c \
$(top_srcdir)/lib/openpgp/*.c \
- $(top_srcdir)/lib/opencdk/*.c \
$(top_srcdir)/libextra/*.c \
$(top_srcdir)/lib/minitasn1/*.c
@@ -81,7 +80,8 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \
stream.h types.h \
\
gnutls_openpgp.h gnutlsxx.h gnutls_extra_hooks.h \
- gnutls_supplemental.h
+ gnutls_supplemental.h \
+ opencdk.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml
index 68c4820112..cbd9951a91 100644
--- a/doc/reference/gnutls-docs.sgml
+++ b/doc/reference/gnutls-docs.sgml
@@ -27,7 +27,6 @@
<xi:include href="xml/pkcs12.xml"/>
<xi:include href="xml/openpgp.xml"/>
<xi:include href="xml/openssl.xml"/>
- <xi:include href="xml/opencdk.xml"/>
<xi:include href="xml/libtasn1.xml"/>
</chapter>