summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-07-11 16:34:53 +0000
committerSimon Josefsson <simon@josefsson.org>2006-07-11 16:34:53 +0000
commit42c4bb5cd45a50b5a09bef451f6bd768ca007d76 (patch)
tree182683174637f083983086de67ff06c7fca191ac
parentb77213331081a55bc751253fd1e0e6f04f4f6edb (diff)
downloadgnutls-42c4bb5cd45a50b5a09bef451f6bd768ca007d76.tar.gz
Pull up from trunk.
-rw-r--r--doc/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 81e433ada3..d08f7a9018 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
#
# Author: Nikos Mavroyanopoulos
#
@@ -40,9 +40,12 @@ gnutls_TEXINFOS = gnutls.texi signatures.texi fdl.texi \
examples/ex-serv-srp.c examples/ex-alert.c \
examples/ex-x509-info.c examples/ex-crq.c examples/ex-pkcs12.c \
internals.eps internals.png layers.eps layers.png pgp1.eps \
- pgp1.png x509-1.eps x509-1.png gnutls-logo.eps
+ pgp1.png x509-1.eps x509-1.png gnutls-logo.eps gnutls-logo.png
-AM_MAKEINFOHTMLFLAGS = --no-split
+AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc
+TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS)
+AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \
+ --no-split
../lib/gnutls-api.texi:
cd ../lib && make gnutls-api.texi