summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--doc/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5d8b986c41..6a1e7f7974 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
Version 0.1.3
-- Updated API
+- Updated API (and the way it is documented - we use inline documentation)
- Added function to access alert messages.
- Added support for renegotiating parameters.
- Better and Faster Resume Database handling.
-
+
Version 0.1.2 (14/05/2001)
- Updated API
- Fixes in extension handling
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9840929f62..d792bdf321 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,6 +5,6 @@ gnutls.3:
@gdoc -man ../lib/*.c > gnutls.3
gnutls-api: gnutls-api.html gnutls-api.txt
gnutls-api.html:
- @gdoc -man ../lib/*.c > gnutls-api.html
+ @gdoc -html ../lib/*.c > gnutls-api.html
gnutls-api.txt:
@gdoc -text ../lib/*.c > gnutls-api.txt