]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Build more.
authorSimon Josefsson <simon@josefsson.org>
Thu, 5 Aug 2004 04:04:02 +0000 (04:04 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 5 Aug 2004 04:04:02 +0000 (04:04 +0000)
Dist ps/pdf/html.

doc/Makefile.am

index 3f4158bdf143bb4daaea05d2a58f8feb54bd6fe5..cf686c1b700ff8bfa9c6d996dad320664202a8fa 100644 (file)
@@ -1,4 +1,5 @@
-EXTRA_DIST = TODO README.CVS README.autoconf certtool.cfg
+EXTRA_DIST = TODO README.CVS README.autoconf certtool.cfg \
+       gnutls.ps gnutls.pdf gnutls.html
 SUBDIRS = tex examples scripts manpages
 
 info_TEXINFOS = gnutls.texi
@@ -7,6 +8,23 @@ gnutls_TEXINFOS = gnutls.texi fdl.texi error_codes.texi \
        internals.eps internals.png layers.eps layers.png \
        pgp1.eps pgp1.png x509-1.eps x509-1.png
 
+gnutls.texi: build_api_pgp build_api_lib build_api_x509 build_api_extra examples
+
+build_api_lib:
+       cd ../lib && make gnutls-api.texi
+
+build_api_x509:
+       cd ../lib/x509 && make x509-api.texi
+
+build_api_pgp:
+       cd ../libextra/openpgp && make pgp-api.texi
+
+build_api_extra:
+       cd ../libextra && make gnutls-extra-api.texi
+
+examples:
+       cd tex && make examples
+
 error_codes.texi: ../lib/gnutls_errors_int.h ../lib/gnutls_errors.c ../src/errcodes.c
        -../src/errcodes > error_codes.texi
 
@@ -21,3 +39,5 @@ x509-api.texi: ../lib/x509/x509-api.texi
 
 pgp-api.texi: ../libextra/openpgp/pgp-api.texi
        -scripts/sort2.pl < ../libextra/openpgp/pgp-api.texi > pgp-api.texi
+
+.PHONY: build_api_lib build_api_x509 build_api_pgp build_api_extra