diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-27 20:24:13 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-27 20:24:13 +0000 |
commit | 19e127ed5189ba9fdf194ceaa8ba09ac4f3e16f9 (patch) | |
tree | b876a8bcef0ae5a1c55647165a6e9ad2bf36daea | |
parent | de0c5d445713cb3ec2e35b69f5d5bce97bef8d71 (diff) | |
download | gnutls-19e127ed5189ba9fdf194ceaa8ba09ac4f3e16f9.tar.gz |
Add opencdk and libtasn1 to GTK-DOC manual.
-rw-r--r-- | doc/reference/Makefile.am | 4 | ||||
-rw-r--r-- | doc/reference/gnutls-docs.sgml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index d9238734fc..06d0233411 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -61,7 +61,7 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ auth_dh_common.h ext_srp.h gnutls_srp.h auth_srp.h \ auth_srp_passwd.h memmem.h \ \ - der.h errors.h gstr.h libtasn1.h parser_aux.h element.h \ + der.h errors.h gstr.h parser_aux.h element.h \ errors_int.h int.h mem.h structure.h \ \ common.h crq.h dsa.h mpi.h pkcs7.h rfc2818.h verify.h compat.h \ @@ -69,7 +69,7 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ \ gnutls_extra.h lzoconf.h minilzo.h openssl_compat.h \ \ - cipher.h context.h filters.h main.h md.h opencdk.h packet.h \ + cipher.h context.h filters.h main.h md.h packet.h \ stream.h types.h \ \ gnutls_openpgp.h diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml index 1f1e188bbc..d5335b27a7 100644 --- a/doc/reference/gnutls-docs.sgml +++ b/doc/reference/gnutls-docs.sgml @@ -27,5 +27,7 @@ <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> </book> |