## Process this file with automake to produce Makefile.in # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation # # Author: Nikos Mavroyanopoulos # # This file is part of GNUTLS. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. EXTRA_DIST = TODO README.CVS README.autoconf certtool.cfg \ gnutls.ps gnutls.pdf gnutls.html SUBDIRS = examples scripts manpages if ENABLE_GTK_DOC SUBDIRS += reference endif info_TEXINFOS = gnutls.texi gnutls_TEXINFOS = gnutls.texi signatures.texi fdl.texi \ error_codes.texi bibliography.texi gnutls-api.texi \ gnutls-extra-api.texi ia-api.texi x509-api.texi pgp-api.texi \ my-bib-macros.texi internals.texi examples/ex-client1.c \ examples/ex-client2.c examples/ex-session-info.c \ examples/ex-verify.c examples/ex-cert-select.c \ examples/ex-client-resume.c examples/ex-client-srp.c \ examples/ex-client-tlsia.c examples/ex-rfc2818.c \ examples/ex-serv1.c examples/ex-serv-export.c \ examples/ex-serv-anon.c examples/ex-serv-pgp.c \ 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 AM_MAKEINFOHTMLFLAGS = --no-split ../lib/gnutls-api.texi: cd ../lib && make gnutls-api.texi ../libextra/gnutls-extra-api.texi: cd ../libextra && make gnutls-extra-api.texi ../lib/x509/x509-api.texi: cd ../lib/x509 && make x509-api.texi ../libextra/openpgp/pgp-api.texi: cd ../libextra/openpgp && make pgp-api.texi ../libextra/ia-api.texi: cd ../libextra && make ia-api.texi gnutls-api.texi: ../lib/gnutls-api.texi -scripts/sort2.pl < ../lib/gnutls-api.texi > gnutls-api.texi gnutls-extra-api.texi: ../libextra/gnutls-extra-api.texi -scripts/sort2.pl < ../libextra/gnutls-extra-api.texi > gnutls-extra-api.texi x509-api.texi: ../lib/x509/x509-api.texi -scripts/sort2.pl < ../lib/x509/x509-api.texi > x509-api.texi pgp-api.texi: ../libextra/openpgp/pgp-api.texi -scripts/sort2.pl < ../libextra/openpgp/pgp-api.texi > pgp-api.texi ia-api.texi: ../libextra/ia-api.texi -scripts/sort2.pl < ../libextra/ia-api.texi > ia-api.texi error_codes.texi: ../lib/gnutls_errors.c ../src/errcodes.c -../src/errcodes > error_codes.texi