diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-10-30 12:11:30 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-10-30 12:11:30 +0000 |
commit | 97bdc1352098f579b8660a37e6a3357947224805 (patch) | |
tree | 35bb35b72366abc58cebe20681b9324c914a7493 | |
parent | b15209ef54d421c39a3ff9584cee0d6d63b44b3c (diff) | |
download | gnutls-97bdc1352098f579b8660a37e6a3357947224805.tar.gz |
added scripts into distribution
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/TODO | 1 | ||||
-rw-r--r-- | doc/scripts/Makefile.am | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 084a1536f2..048e95ff32 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,3 @@ EXTRA_DIST = TODO ASN1.readme.txt -SUBDIRS = tex +SUBDIRS = tex scripts @@ -5,7 +5,6 @@ in order to avoid having people working on the same thing. Current list: + Make gnutls independent of the Certificate Manager (in order to support other x.509 certificate managers) -+ Add real support for non-blocking IO * Minimize footprint. * Add support for certificates with DSS parameters * Add more TLS extensions diff --git a/doc/scripts/Makefile.am b/doc/scripts/Makefile.am new file mode 100644 index 0000000000..7deb104e22 --- /dev/null +++ b/doc/scripts/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = gdoc + + |