diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-07-08 17:22:05 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-07-08 17:22:05 +0200 |
commit | 282d448686be2b02d160ca7bdc9e7755ae087ac4 (patch) | |
tree | 114d2a85d11f659f8957d69fe239b283336833f2 /doc | |
parent | a1de44c35f616a0979e23a598e92777952224632 (diff) | |
download | gnutls-282d448686be2b02d160ca7bdc9e7755ae087ac4.tar.gz |
Fix typos.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ee1bf3a791..19059e38fc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -99,9 +99,6 @@ AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ ../lib/x509/x509-api.texi: cd ../lib/x509 && make x509-api.texi -../src/algorithms.texi: - cd ../src/ && make algorithms.texi - ../lib/openpgp/pgp-api.texi: cd ../lib/openpgp && make pgp-api.texi @@ -128,7 +125,7 @@ ia-api.texi: ../libextra/ia-api.texi error_codes.texi: ../lib/gnutls_errors.c ../src/errcodes.c -../src/errcodes > error_codes.texi -algorithms.texi: ../src/algorithms.c +algorithms.texi: ../src/printlist.c -../src/printlist > algorithms.texi |