summaryrefslogtreecommitdiff
path: root/doc/tex/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-21 16:26:01 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-21 16:26:01 +0000
commit9e26f581e362a7a4671bc4ac85a0a4dd57ffd045 (patch)
tree5955755a40c959d99e65b942d16e1d3fb948f1eb /doc/tex/Makefile.am
parent0abaf8317c9b5aea55b6e233904c4ac2b5753894 (diff)
downloadgnutls-9e26f581e362a7a4671bc4ac85a0a4dd57ffd045.tar.gz
Updated documentation for the gnutls-extra library
Diffstat (limited to 'doc/tex/Makefile.am')
-rw-r--r--doc/tex/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tex/Makefile.am b/doc/tex/Makefile.am
index a42617a9ea..5463a18aed 100644
--- a/doc/tex/Makefile.am
+++ b/doc/tex/Makefile.am
@@ -9,6 +9,10 @@ TEX_OBJECTS = gnutls.tex ../../lib/gnutls-api.tex serv1.tex ex1.tex ex2.tex ex3.
ASN1_TEX_OBJECTS = fdl.tex asn1.tex ../../lib/asn1-api.tex
+gnutls.html: $(TEX_OBJECTS)
+ -latex2html gnutls.tex -no_navigation -no_subdir 1 -split 0 \
+ -local_icons -html_version 3.2,math -info "" -white
+
gnutls.ps: $(TEX_OBJECTS)
-$(LN_S) ../../lib/gnutls-api.tex .
-$(LN_S) ../../libextra/gnutls-extra-api.tex .