summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-13 17:30:08 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-13 17:30:34 +0200
commitd0c67b24c809cd401febb2695c9173eca1e01572 (patch)
tree6c1d2517946a808a2bdc986fd66257ea459e83e0 /doc/latex
parent85945e245f6582fdbba2c5813c71c2d014b51420 (diff)
downloadgnutls-d0c67b24c809cd401febb2695c9173eca1e01572.tar.gz
'How to use TLS in application protocols' section was moved to introduction to TLS.
Fixes in perl.
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/Makefile.am4
-rw-r--r--doc/latex/gnutls.tex2
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/latex/Makefile.am b/doc/latex/Makefile.am
index 3a030d1565..08259713c3 100644
--- a/doc/latex/Makefile.am
+++ b/doc/latex/Makefile.am
@@ -2,7 +2,7 @@ TEX_OBJECTS = gnutls.tex macros.tex macros-epub.tex fdl.tex cover.tex gnutls.bib
cover-epub.tex
GEN_TEX_OBJECTS = cha-preface.tex cha-library.tex cha-intro-tls.tex cha-auth.tex \
- cha-cert-auth.tex cha-gtls-app.tex cha-tls-app.tex cha-programs.tex cha-support.tex \
+ cha-cert-auth.tex cha-gtls-app.tex sec-tls-app.tex cha-programs.tex cha-support.tex \
cha-functions.tex error_codes.tex cha-ciphersuites.tex algorithms.tex \
cha-errors.tex alerts.tex cha-internals.tex
@@ -24,7 +24,7 @@ cha-cert-auth.tex: ../cha-cert-auth.texi
cha-gtls-app.tex: ../cha-gtls-app.texi
../scripts/mytexi2latex $< > $@
-cha-tls-app.tex: ../cha-tls-app.texi
+sec-tls-app.tex: ../sec-tls-app.texi
../scripts/mytexi2latex $< > $@
cha-programs.tex: ../cha-programs.texi
diff --git a/doc/latex/gnutls.tex b/doc/latex/gnutls.tex
index 89b92e54e9..bf4aaafc02 100644
--- a/doc/latex/gnutls.tex
+++ b/doc/latex/gnutls.tex
@@ -68,8 +68,6 @@
\input{cha-gtls-app}
-\input{cha-tls-app}
-
\input{cha-programs}
\input{cha-internals}