summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-10-30 12:11:30 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-10-30 12:11:30 +0000
commit97bdc1352098f579b8660a37e6a3357947224805 (patch)
tree35bb35b72366abc58cebe20681b9324c914a7493
parentb15209ef54d421c39a3ff9584cee0d6d63b44b3c (diff)
downloadgnutls-97bdc1352098f579b8660a37e6a3357947224805.tar.gz
added scripts into distribution
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/TODO1
-rw-r--r--doc/scripts/Makefile.am3
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
diff --git a/doc/TODO b/doc/TODO
index 333171b2c5..e079c18635 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
+
+