From e3a138187804ed3ee42339bff6a895754ea8e1f8 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Thu, 19 Dec 2013 19:17:58 +0400 Subject: [PATCH] include man pages in Makefile --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 80ab22d..c72f585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ pam_pcsc_cr_la_LIBADD = libpcsc_cr.la bin_PROGRAMS = pam_cr_setup pam_cr_setup_LDADD = libpcsc_cr.la -man_MANS = pam_cr_setup.8 +man_MANS = pam_cr_setup.8 pam_pcsc_cr.8 check_PROGRAMS = test_auth test_serial test_crypto test_chalresp test_base64 test_auth_LDADD = libpcsc_cr.la @@ -33,7 +33,8 @@ test_crypto_LDADD = libpcsc_cr.la test_chalresp_LDADD = libpcsc_cr.la test_base64_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh README.md auth-data-structure.svg +EXTRA_DIST = autogen.sh README.md auth-data-structure.svg \ + pam_cr_setup.8 pam_pcsc_cr.8 TESTS = test_auth test_serial test_crypto test_chalresp test_base64 XFAIL_TESTS = test_chalresp -- 2.39.2