From: Nikos Mavrogiannopoulos Date: Tue, 5 Jun 2012 18:36:33 +0000 (+0200) Subject: updates in latex build X-Git-Tag: gnutls_3_0_21~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc773988cff9e34db3eec286e2132223cacf6f78;p=thirdparty%2Fgnutls.git updates in latex build --- diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi index d8be907767..de5e32f76a 100644 --- a/doc/cha-upgrade.texi +++ b/doc/cha-upgrade.texi @@ -38,7 +38,7 @@ as described in @ref{Asynchronous operation} @item @funcintref{gnutls_session_get_server_random}, @funcintref{gnutls_session_get_client_random} @tab -They are replaced by the safer function @ref{gnutls_session_get_random} +They are replaced by the safer function @funcref{gnutls_session_get_random} @item @funcintref{gnutls_session_get_master_secret} @tab Replaced by the keying material exporters discussed in @ref{Keying Material Exporters} diff --git a/doc/latex/Makefile.am b/doc/latex/Makefile.am index 441df86b89..409bc75906 100644 --- a/doc/latex/Makefile.am +++ b/doc/latex/Makefile.am @@ -151,6 +151,7 @@ PDF_FILES = gnutls-client-server-use-case.pdf gnutls-crypto-layers.pdf \ gnutls.pdf: $(SOURCE_GEN_FILES) $(TEX_OBJECTS) $(GEN_TEX_OBJECTS) $(MAKE) -C .. errcodes printlist alert-printlist + sed -i 's/\@VERSION\@/$(VERSION)/g' $^ # for i in $(PDF_FILES);do cp ../$$i .;done pdflatex gnutls.tex bibtex gnutls