]> www.average.org Git - pam_pcsc_cr.git/blobdiff - Makefile.am
add manpage for the module
[pam_pcsc_cr.git] / Makefile.am
index 056f2ebdd895f2c3718b02c4c7c6a3d2981f0c25..80ab22d6e4d69de06394441607a4590bd7d3e87a 100644 (file)
@@ -24,6 +24,8 @@ pam_pcsc_cr_la_LIBADD = libpcsc_cr.la
 bin_PROGRAMS = pam_cr_setup
 pam_cr_setup_LDADD = libpcsc_cr.la
 
 bin_PROGRAMS = pam_cr_setup
 pam_cr_setup_LDADD = libpcsc_cr.la
 
+man_MANS = pam_cr_setup.8
+
 check_PROGRAMS = test_auth test_serial test_crypto test_chalresp test_base64
 test_auth_LDADD = libpcsc_cr.la
 test_serial_LDADD = libpcsc_cr.la
 check_PROGRAMS = test_auth test_serial test_crypto test_chalresp test_base64
 test_auth_LDADD = libpcsc_cr.la
 test_serial_LDADD = libpcsc_cr.la
@@ -37,7 +39,7 @@ TESTS = test_auth test_serial test_crypto test_chalresp test_base64
 XFAIL_TESTS = test_chalresp
 
 html: README.html
 XFAIL_TESTS = test_chalresp
 
 html: README.html
-README.html: README.md
+README.html: README.md auth-data-structure.svg
        pandoc -f markdown -t html5 --self-contained -o README.html README.md
 clean-local:
        rm -f README.html
        pandoc -f markdown -t html5 --self-contained -o README.html README.md
 clean-local:
        rm -f README.html